summaryrefslogtreecommitdiff
path: root/acme-wireguard/host_vars/ws-2/wireguard.yml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2021-02-03 16:35:48 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2021-02-03 16:35:48 +0100
commitbafe762ac01d16904c18404283027e426e19bc73 (patch)
treec22688ad186f5ce635f525704c5035f91b983b68 /acme-wireguard/host_vars/ws-2/wireguard.yml
parent91abd0b04320a9c9d932df195aca38c1cacfcc5a (diff)
downloadrules-sandbox-bafe762ac01d16904c18404283027e426e19bc73.tar.gz
rules-sandbox-bafe762ac01d16904c18404283027e426e19bc73.tar.bz2
rules-sandbox-bafe762ac01d16904c18404283027e426e19bc73.tar.xz
rules-sandbox-bafe762ac01d16904c18404283027e426e19bc73.zip
Code reorganization.
Moving main code to src, keeping modules in modules/
Diffstat (limited to 'acme-wireguard/host_vars/ws-2/wireguard.yml')
-rw-r--r--acme-wireguard/host_vars/ws-2/wireguard.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/acme-wireguard/host_vars/ws-2/wireguard.yml b/acme-wireguard/host_vars/ws-2/wireguard.yml
deleted file mode 100644
index 133bd66..0000000
--- a/acme-wireguard/host_vars/ws-2/wireguard.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-# Generated
-wireguard_port: 53476
-link_address: 192.168.10.7
-network_cidr: 10.55.251.0/24
-wireguard_peers:
- 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