summaryrefslogtreecommitdiff
path: root/acme-wireguard/host_vars/ws-2/wireguard.yml
diff options
context:
space:
mode:
Diffstat (limited to 'acme-wireguard/host_vars/ws-2/wireguard.yml')
-rw-r--r--acme-wireguard/host_vars/ws-2/wireguard.yml19
1 files changed, 16 insertions, 3 deletions
diff --git a/acme-wireguard/host_vars/ws-2/wireguard.yml b/acme-wireguard/host_vars/ws-2/wireguard.yml
index f56b320..133bd66 100644
--- a/acme-wireguard/host_vars/ws-2/wireguard.yml
+++ b/acme-wireguard/host_vars/ws-2/wireguard.yml
@@ -1,7 +1,20 @@
# Generated
+wireguard_port: 53476
link_address: 192.168.10.7
network_cidr: 10.55.251.0/24
wireguard_peers:
- - acme-1.machine.acme.com
- - acme-2.machine.acme.com
- - acme-3.machine.acme.com
+ acme-1:
+ public_address: acme-1.machine.acme.com
+ public_port: 53476
+ gateway: 192.168.10.3
+ network: 10.55.255.0/24
+ acme-2:
+ public_address: acme-2.machine.acme.com
+ public_port: 53476
+ gateway: 192.168.10.4
+ network: 10.55.254.0/24
+ acme-3:
+ public_address: acme-3.machine.acme.com
+ public_port: 53476
+ gateway: 192.168.10.5
+ network: 10.55.253.0/24