No description
| inventory | ||
| roles | ||
| ansible.cfg | ||
| playbook.yml | ||
| README.md | ||
Ansible setup
To run this playbook, you first need to install the dependencies with ansible-galaxy install -r roles/requirements.yaml. To update the dependencies, you need to run ansible-galaxy install -fr roles/requirements.yaml.
Then run ansible-playbook -i inventory/hosts playbook.yaml -K.