diff options
Diffstat (limited to 'ansible/files')
-rw-r--r-- | ansible/files/wireguard-dns-records-net1.yml | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/ansible/files/wireguard-dns-records-net1.yml b/ansible/files/wireguard-dns-records-net1.yml index 5a3665d..7546ada 100644 --- a/ansible/files/wireguard-dns-records-net1.yml +++ b/ansible/files/wireguard-dns-records-net1.yml @@ -1,5 +1,29 @@ wireguard_dns_records_net1: - type: A + name: akili + value: 192.168.80.7 + state: present + - type: AAAA + name: akili + value: fdf3:aad9:a885:0b3a::7 + state: present + - type: A + name: android-trygvis + value: 192.168.80.5 + state: present + - type: AAAA + name: android-trygvis + value: fdf3:aad9:a885:0b3a::5 + state: present + - type: A + name: arius + value: 192.168.80.6 + state: present + - type: AAAA + name: arius + value: fdf3:aad9:a885:0b3a::6 + state: present + - type: A name: birgitte value: 192.168.80.2 state: present @@ -10,11 +34,11 @@ wireguard_dns_records_net1: - type: A name: conflatorio value: 192.168.80.3 - state: absent + state: present - type: AAAA name: conflatorio value: fdf3:aad9:a885:0b3a::3 - state: absent + state: present - type: A name: fuckaduck value: 192.168.80.4 |