gecko/scripts/ansible/ping_playbook.yml

12 lines
222 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
shell: "ls"
environment:
PATH: /sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/snap/bin