Add playbooks/ping.yml
This commit is contained in:
parent
d9742c6798
commit
38be4c59e1
1 changed files with 6 additions and 0 deletions
6
playbooks/ping.yml
Normal file
6
playbooks/ping.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
- hosts: all
|
||||
gather_facts: no
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Test sudo access
|
||||
command: whoami
|
||||
Loading…
Add table
Add a link
Reference in a new issue