add install instructions

This commit is contained in:
Pierre Guillod 2023-04-10 12:31:07 +02:00
parent 82b62fe425
commit 3ef2da540b
Signed by: pierre
GPG key ID: B00B454469924EDF

View file

@ -2,6 +2,14 @@
Ansible playbooks to manage the IT infrastructure. Ansible playbooks to manage the IT infrastructure.
## Install Ansible
Using the `dnf` package manager:
```sh
sudo dnf install ansible
```
## Configure hosts ## Configure hosts
Make sure to define the hosts in `/etc/ansible/hosts`: Make sure to define the hosts in `/etc/ansible/hosts`:
@ -17,4 +25,4 @@ The `ssh` credentials can be specified interactively:
```sh ```sh
ansible-playbook <playbook>.yml -k ansible-playbook <playbook>.yml -k
``` ```