4 changed files with 13 additions and 1 deletions
@ -0,0 +1,6 @@ |
|||
--- |
|||
- hosts: "{{ target }}" |
|||
gather_facts: false |
|||
remote_user: pi |
|||
roles: |
|||
- pinghost |
@ -0,0 +1,4 @@ |
|||
- name: Ping Host |
|||
become: true |
|||
ansible.builtin.ping: |
|||
|
Loading…
Reference in new issue