This commit is contained in:
parent
9a754493be
commit
abcfeea520
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
- name: Ping Linux hosts
|
||||
hosts: "{{ hosts_servers }}"
|
||||
remote_user: awx
|
||||
become: yes
|
||||
become_method: sudo
|
||||
tasks:
|
||||
- name: Ping Linux hosts using ping module
|
||||
ansible.builtin.ping:
|
||||
|
|
Loading…
Reference in New Issue