This commit is contained in:
David Lopez 2023-08-29 09:42:56 +02:00
parent 9a754493be
commit abcfeea520
1 changed files with 3 additions and 0 deletions

View File

@ -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: