nrec-ansible/project/ping.yml

10 lines
117 B
YAML
Raw Normal View History

2022-01-10 20:57:28 +00:00
---
- hosts: all
tasks:
- name: Ping hosts
2022-01-11 09:52:38 +00:00
ansible.builtin.ping:
- hosts: all
roles:
- testrole