diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-01-04 08:54:42 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-01-04 08:54:42 +0100 |
commit | 33700d2b70a1f3fbfd412a0483865f930cb2facc (patch) | |
tree | 00000aad9d833327b06d43a45078230beef9b8a3 /ansible/files | |
parent | 964c059706b2428c547f9c85dde65fc7328643ab (diff) | |
download | infra-33700d2b70a1f3fbfd412a0483865f930cb2facc.tar.gz infra-33700d2b70a1f3fbfd412a0483865f930cb2facc.tar.bz2 infra-33700d2b70a1f3fbfd412a0483865f930cb2facc.tar.xz infra-33700d2b70a1f3fbfd412a0483865f930cb2facc.zip |
wireguard: Updating DNS records.
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 |