summaryrefslogtreecommitdiff
path: root/roles/nameservers/templates/db.simponic.xyz.j2
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-01-01 20:23:23 -0500
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-01-01 20:23:23 -0500
commitc0ed0a948fd574208a44b2cfb5f944cf45efca29 (patch)
treeaff8726464a32d1567c0cd8e5a10263976a0cc65 /roles/nameservers/templates/db.simponic.xyz.j2
parent64e3ad7da4884c5c36f2e30a5af1f74c88208ff8 (diff)
downloadoldinfra-c0ed0a948fd574208a44b2cfb5f944cf45efca29.tar.gz
oldinfra-c0ed0a948fd574208a44b2cfb5f944cf45efca29.zip
first dns setup checkpoint
Diffstat (limited to 'roles/nameservers/templates/db.simponic.xyz.j2')
-rw-r--r--roles/nameservers/templates/db.simponic.xyz.j220
1 files changed, 20 insertions, 0 deletions
diff --git a/roles/nameservers/templates/db.simponic.xyz.j2 b/roles/nameservers/templates/db.simponic.xyz.j2
new file mode 100644
index 0000000..ff38293
--- /dev/null
+++ b/roles/nameservers/templates/db.simponic.xyz.j2
@@ -0,0 +1,20 @@
+$TTL 604800
+@ IN SOA {{ dns_primary_hostname }}.simponic.xyz. admin.simponic.xyz. (
+ 5 ; Serial
+ 604800 ; Refresh
+ 86400 ; Retry
+ 2419200 ; Expire
+ 604800 ) ; Negative Cache TTL
+;
+
+; Name servers
+simponic.xyz. IN NS {{ dns_primary_hostname }}.simponic.xyz.
+simponic.xyz. IN NS {{ dns_replica_hostname }}.simponic.xyz.
+
+; A records for name servers
+{{ dns_primary_hostname }} IN A {{ dns_primary_ip }}
+{{ dns_replica_hostname }} IN A {{ dns_replica_ip }}
+
+; Other A records
+@ IN A 129.123.76.14
+www IN A 129.123.76.14