No description
This repository has been archived on 2025-06-30. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2023-10-23 23:23:34 +02:00
inventory feat: initial commit 2023-10-23 23:23:34 +02:00
roles feat: initial commit 2023-10-23 23:23:34 +02:00
ansible.cfg feat: initial commit 2023-10-23 23:23:34 +02:00
playbook.yml feat: initial commit 2023-10-23 23:23:34 +02:00
README.md feat: initial commit 2023-10-23 23:23:34 +02:00

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.