main #31

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

View File

@ -16,7 +16,7 @@ locally to ensure they work properly.
Launch playbook on the fly on a host not declared in the inventory.
```
ansible-playbook -u root -i <ip_or_hostname>, playbooks/test.yml
ansible-playbook -u root -i <ip_or_hostname>, [--tags tag1,tag2] playbooks/test.yml
```
*Note the comma at the end of the hostname or IP.*

View File

@ -1,4 +1,4 @@
- name: Check that a host is alive and reachable
- name: Check whether host is alive and reachable
hosts: all
gather_facts: no
become: no