gecko/scripts/ansible/ping_playbook.yml

10 lines
128 B
YAML
Executable File

---
- name: Update the network
connection: ssh
gather_facts: false
hosts: all
tasks:
- name: Ping node
ping: