Initial ansible structure and test code
This commit is contained in:
6
playbooks/ping.yml
Normal file
6
playbooks/ping.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: Test connectivity
|
||||
hosts: all
|
||||
|
||||
tasks:
|
||||
- name: Ping hosts
|
||||
ansible.builtin.ping:
|
||||
Reference in New Issue
Block a user