main #31

Merged
juan merged 154 commits from main into lab 2024-10-16 15:22:43 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 74c03400eb - Show all commits

View File

@ -22,7 +22,7 @@ ansible-playbook playbooks/test.yml -u root -i <ip_or_hostname>,
*Note the comma at the end of the hostname or IP.* *Note the comma at the end of the hostname or IP.*
## Basic playbooks ## Common playbooks
* **facts.yml**: Collect and display facts from a host. * **facts.yml**: Collect and display facts from a host.
* **ping.yml**: Checking that a host is alive and reachable by Ansible. * **ping.yml**: Checking that a host is alive and reachable by Ansible.