diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2023-12-14 14:23:50 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2023-12-14 14:23:50 +0100 |
commit | f429d978e45f6592bfc43170679c625957592f29 (patch) | |
tree | 1ed8b016061af84891fc2d904b1adb1b13fd0af3 /ansible/wg0/group_vars/all | |
parent | fe893bf39fe3984dfb07ae965956bb276229b3ab (diff) | |
download | infra-f429d978e45f6592bfc43170679c625957592f29.tar.gz infra-f429d978e45f6592bfc43170679c625957592f29.tar.bz2 infra-f429d978e45f6592bfc43170679c625957592f29.tar.xz infra-f429d978e45f6592bfc43170679c625957592f29.zip |
biwia
Diffstat (limited to 'ansible/wg0/group_vars/all')
-rw-r--r-- | ansible/wg0/group_vars/all/wireguard_wg0.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/wg0/group_vars/all/wireguard_wg0.yml b/ansible/wg0/group_vars/all/wireguard_wg0.yml index 931b0ae..3a8099c 100644 --- a/ansible/wg0/group_vars/all/wireguard_wg0.yml +++ b/ansible/wg0/group_vars/all/wireguard_wg0.yml @@ -63,3 +63,6 @@ wireguard_wg0: ipv6: fdf3:aad9:a885:0b3a::16 allowed_ips: - fdf3:aad9:a885:b22d::/64 + biwia: + state: present + ipv6: fdf3:aad9:a885:0b3a::17 |