diff --git a/README.md b/README.md index 9865764..ec77f50 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ Ansible playbooks to manage the IT infrastructure. +## Install Ansible + +Using the `dnf` package manager: + +```sh +sudo dnf install ansible +``` + ## Configure hosts Make sure to define the hosts in `/etc/ansible/hosts`: @@ -17,4 +25,4 @@ The `ssh` credentials can be specified interactively: ```sh ansible-playbook .yml -k -``` \ No newline at end of file +```