You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/README.md

464 B

Prepare ansible Installation

Install ansible with Python.

pip3 install ansible

Install library jmespath (https://jmespath.org/). Will be used to parse JSON data.

pip3 install jmespath

Install ansible role for managing hetzner cloud servers.

pip3 install hcloud
ansible-galaxy collection install hetzner.hcloud

Setup

Create/Start servers for stage-dev

ansible-playbook -i stage-dev provisioning.yml --vault-password-file ~/vault-pass