aboutsummaryrefslogtreecommitdiff
path: root/ansible/files/wireguard-dns-records-net1.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/files/wireguard-dns-records-net1.yml')
-rw-r--r--ansible/files/wireguard-dns-records-net1.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/ansible/files/wireguard-dns-records-net1.yml b/ansible/files/wireguard-dns-records-net1.yml
new file mode 100644
index 0000000..5a3665d
--- /dev/null
+++ b/ansible/files/wireguard-dns-records-net1.yml
@@ -0,0 +1,25 @@
+wireguard_dns_records_net1:
+ - type: A
+ name: birgitte
+ value: 192.168.80.2
+ state: present
+ - type: AAAA
+ name: birgitte
+ value: fdf3:aad9:a885:0b3a::2
+ state: present
+ - type: A
+ name: conflatorio
+ value: 192.168.80.3
+ state: absent
+ - type: AAAA
+ name: conflatorio
+ value: fdf3:aad9:a885:0b3a::3
+ state: absent
+ - type: A
+ name: fuckaduck
+ value: 192.168.80.4
+ state: present
+ - type: AAAA
+ name: fuckaduck
+ value: fdf3:aad9:a885:0b3a::4
+ state: present