Ansible playbooks to manage the IT infrastructure
Go to file
Pierre Guillod 2ad261fead Actualiser playbooks/containers-update.yml 2024-03-31 12:53:14 +02:00
etc/ansible Actualiser etc/ansible/hosts 2024-01-20 12:50:13 +01:00
misc Actualiser misc/ntfy-ssh 2024-01-20 12:53:23 +01:00
playbooks Actualiser playbooks/containers-update.yml 2024-03-31 12:53:14 +02:00
LICENSE Initial commit 2023-04-10 12:08:04 +02:00
README.md add install instructions 2023-04-10 12:31:07 +02:00

README.md

ansible-playbooks

Ansible playbooks to manage the IT infrastructure.

Install Ansible

Using the dnf package manager:

sudo dnf install ansible

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