bootstrap and ping playbooks for new ansible
This commit is contained in:
8
ansible-5/playbooks/ping.yaml
Normal file
8
ansible-5/playbooks/ping.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: ping
|
||||
hosts: all
|
||||
gather_facts: false
|
||||
|
||||
tasks:
|
||||
- name: ping
|
||||
ansible.builtin.ping:
|
||||
Reference in New Issue
Block a user