From 77da5cd5253f7b5004709582dfe0d43ebab87996 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Wed, 25 Sep 2024 23:31:56 +0200 Subject: [PATCH] refs #8025 awx playbook doc --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56c9c28..e51dbeb 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,9 @@ ansible-playbook playbooks/test.yml -u root -i , ## Common playbooks -* **facts.yml**: Collect and display facts from a host. -* **ping.yml**: Checking that a host is alive and reachable by Ansible. +* **facts.yml**: Collect and display facts from a host +* **ping.yml**: Check that a host is alive and reachable by Ansible +* **awx.yml**: Create and configure AWX user * **test.yml**: Test an specific role. Don't forget to undo changes before pushing! * **debian.yml**: Setup base Debian server