gecko/scripts/ansible/ping_playbook.yml

10 lines
128 B
YAML
Raw Normal View History

2020-04-20 17:00:36 -07:00
---
- name: Update the network
connection: ssh
gather_facts: false
hosts: all
tasks:
- name: Ping node
2020-04-30 13:58:25 -07:00
ping: