Add wireguard
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-24 13:57:19 +01:00
parent 5f301ce32a
commit 1663a469c2
11 changed files with 264 additions and 19 deletions

View 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']}}"