This commit is contained in:
7
infrastructure/create-resources/ansible/ping.yml
Normal file
7
infrastructure/create-resources/ansible/ping.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- hosts: serverctl_mesh_nodes
|
||||
gather_facts: yes
|
||||
tasks:
|
||||
- name: ping
|
||||
command: "ping -c3 {{ hostvars[item].wireguard_ip}}"
|
||||
with_items: "{{groups['all']}}"
|
Reference in New Issue
Block a user