From 06928fc1edfbf63a0496843ff4c0c16011cd1444 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 7 Jan 2019 19:25:34 +0100 Subject: wireguard: Do not require both ipv4 and ipv6. --- ansible/group_vars/all/wireguard_wg0.yml | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'ansible/group_vars/all/wireguard_wg0.yml') diff --git a/ansible/group_vars/all/wireguard_wg0.yml b/ansible/group_vars/all/wireguard_wg0.yml index 4e8238b..c2b79fe 100644 --- a/ansible/group_vars/all/wireguard_wg0.yml +++ b/ansible/group_vars/all/wireguard_wg0.yml @@ -7,22 +7,19 @@ wireguard-wg0: endpoint: trygvis.io listen_port: 51821 peers: all - ipv4: 192.168.60.1 # Generated by https://www.ultratools.com/tools/rangeGenerator - ipv6: fdf3:aad9:a885:0b3b::1 -# birgitte: -# state: present -# ipv4: 192.168.60.2 -# ipv6: fdf3:aad9:a885:0b3b::2 + ipv6: fdf3:aad9:a885:0b3a::1 + birgitte: + state: present + ipv4: 192.168.60.2 + ipv6: fdf3:aad9:a885:0b3a::2 conflatorio: state: present - ipv4: 192.168.60.3 - ipv6: fdf3:aad9:a885:0b3b::3 -# arius: -# state: present -# ipv4: 192.168.60.6 -# ipv6: fdf3:aad9:a885:0b3b::6 + ipv6: fdf3:aad9:a885:0b3a::3 + arius: + state: present + ipv6: fdf3:aad9:a885:0b3a::6 # akili: # state: present # ipv4: 192.168.60.7 -# ipv6: fdf3:aad9:a885:0b3b::7 +# ipv6: fdf3:aad9:a885:0b3a::7 -- cgit v1.2.3