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