diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2023-10-25 15:42:22 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2023-10-25 15:42:22 +0200 |
commit | a5d79d229e89a8c7bab3527ef2097429ee7a308f (patch) | |
tree | 49e83f99ca7e94cc4b805b662ba1006812ba1c6b /ansible/group_vars/all | |
parent | 26f3413597580dab902a224dbbfd4e647eea05bf (diff) | |
download | infra-a5d79d229e89a8c7bab3527ef2097429ee7a308f.tar.gz infra-a5d79d229e89a8c7bab3527ef2097429ee7a308f.tar.bz2 infra-a5d79d229e89a8c7bab3527ef2097429ee7a308f.tar.xz infra-a5d79d229e89a8c7bab3527ef2097429ee7a308f.zip |
wg0
Diffstat (limited to 'ansible/group_vars/all')
-rw-r--r-- | ansible/group_vars/all/wireguard_wg0.yml | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/ansible/group_vars/all/wireguard_wg0.yml b/ansible/group_vars/all/wireguard_wg0.yml deleted file mode 100644 index dee1eb1..0000000 --- a/ansible/group_vars/all/wireguard_wg0.yml +++ /dev/null @@ -1,60 +0,0 @@ -wireguard_wg0: - if: wg0 - ipv4_prefix: 24 - ipv6_prefix: 64 - hosts: - knot: - endpoint: trygvis.io - listen_port: 51821 - peers: all - # Generated by https://www.ultratools.com/tools/rangeGenerator - ipv6: fdf3:aad9:a885:0b3a::1 - allowed_ips: - - ::/0 - birgitte: - state: absent - ipv4: 192.168.60.2 - ipv6: fdf3:aad9:a885:0b3a::2 - conflatorio: - state: absent - ipv6: fdf3:aad9:a885:0b3a::3 - arius: - state: present - ipv6: fdf3:aad9:a885:0b3a::6 - akili: - state: present - ipv6: fdf3:aad9:a885:0b3a::7 - allowed_ips: - - fdf3:aad9:a885:ba64::/64 - malabaricus: - state: absent - ipv6: fdf3:aad9:a885:0b3a::8 - sweetzpot-mobile: - state: present - ipv6: fdf3:aad9:a885:0b3a::9 - astyanax: - state: present - ipv6: fdf3:aad9:a885:0b3a::10 - allowed_ips: - - fdf3:aad9:a885:ba65::/64 - sweetzpot-macos: - state: present - ipv6: fdf3:aad9:a885:0b3a::11 - android-trygvis: - state: absent - ipv6: fdf3:aad9:a885:0b3a::12 - hash: - endpoint: hash.trygvis.io - listen_port: 51821 - peers: all - ipv6: fdf3:aad9:a885:0b3a::13 - allowed_ips: - - fdf3:aad9:a885:ab76::/64 - lhn2pi: - state: present - ipv6: fdf3:aad9:a885:0b3a::14 - lhn2ix: - state: present - ipv6: fdf3:aad9:a885:0b3a::15 - allowed_ips: - - fdf3:aad9:a885:77dd::/64 |