devops-configs/ansible/roles/ping/tasks/main.yml
2025-10-09 00:34:52 +03:00

7 lines
No EOL
179 B
YAML

- name: Test Ping
action: ping
#- name: Dump
# delegate_to: localhost
# copy:
# content: "{{ hostvars[inventory_hostname] | to_nice_json }}"
# dest: /tmp/setup-dump.json