ansible-playbooks/README.md

340 B

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