Ansible playbooks to manage the IT infrastructure
Find a file
2023-04-10 12:19:23 +02:00
LICENSE Initial commit 2023-04-10 12:08:04 +02:00
README.md fix syntax highlighting 2023-04-10 12:15:45 +02:00
update.yml spacing typos 2023-04-10 12:19:23 +02:00

ansible-playbooks

Ansible playbooks to manage the IT infrastructure.

Configure hosts

Make sure to define the hosts in /etc/ansible/hosts:

[serversgroup]
<hostname or IP address> ansible_user=ansible

Run playbooks

The ssh credentials can be specified interactively:

ansible-playbook <playbook>.yml -k