diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-01-07 19:25:34 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-01-07 19:25:34 +0100 |
commit | 06928fc1edfbf63a0496843ff4c0c16011cd1444 (patch) | |
tree | 9e68e0e9adaa8c9d92b6716eb234f71a1aff6da4 /ansible/group_vars | |
parent | ee411778da0ff99808a8ee257c718dcb24739a7f (diff) | |
download | infra-06928fc1edfbf63a0496843ff4c0c16011cd1444.tar.gz infra-06928fc1edfbf63a0496843ff4c0c16011cd1444.tar.bz2 infra-06928fc1edfbf63a0496843ff4c0c16011cd1444.tar.xz infra-06928fc1edfbf63a0496843ff4c0c16011cd1444.zip |
wireguard: Do not require both ipv4 and ipv6.
Diffstat (limited to 'ansible/group_vars')
-rw-r--r-- | ansible/group_vars/all/wireguard_wg0.yml | 23 |
1 files changed, 10 insertions, 13 deletions
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 |