refs #8025 awx playbook doc

This commit is contained in:
Juan Ferrer 2024-09-25 23:31:56 +02:00
parent dff36cc46f
commit 77da5cd525
1 changed files with 3 additions and 2 deletions

View File

@ -23,8 +23,9 @@ ansible-playbook playbooks/test.yml -u root -i <ip_or_hostname>,
## 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