first upload
This commit is contained in:
6
playbook/pingall.yml
Normal file
6
playbook/pingall.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: Ping all hosts
|
||||
hosts: all
|
||||
gather_facts: False
|
||||
tasks:
|
||||
- name: Ping
|
||||
ansible.builtin.ping:
|
Reference in New Issue
Block a user