summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-12-14 20:17:48 -0500
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-12-14 20:47:45 -0500
commit2012da0fdd8c72b7cd9c4720c0e2fa9090ae5fb0 (patch)
tree1f4b5bca1817d3f731d93cafab5ac47cf39ef4bb
parentd1aacce1fd64aaaf3ba0f802dcc05e8ea35f5f77 (diff)
downloadoldinfra-2012da0fdd8c72b7cd9c4720c0e2fa9090ae5fb0.tar.gz
oldinfra-2012da0fdd8c72b7cd9c4720c0e2fa9090ae5fb0.zip
stuff
-rw-r--r--inventory3
-rw-r--r--roles/nameservers/templates/db.simponic.xyz.j25
-rw-r--r--roles/uptime/templates/docker-compose.yml.j22
3 files changed, 10 insertions, 0 deletions
diff --git a/inventory b/inventory
index 67c83c9..f47a49c 100644
--- a/inventory
+++ b/inventory
@@ -81,3 +81,6 @@ johan ansible_user=root ansible_connection=ssh
[backup-notifications]
johan ansible_user=root ansible_connection=ssh
+
+[uptime]
+johan ansible_user=root ansible_connection=ssh
diff --git a/roles/nameservers/templates/db.simponic.xyz.j2 b/roles/nameservers/templates/db.simponic.xyz.j2
index cf8dbd9..d257346 100644
--- a/roles/nameservers/templates/db.simponic.xyz.j2
+++ b/roles/nameservers/templates/db.simponic.xyz.j2
@@ -39,12 +39,17 @@ authelia.simponic.xyz. 1 IN CNAME nijika.simponic.xyz.
git.simponic.xyz. 1 IN CNAME nijika.simponic.xyz.
frens.simponic.xyz. 1 IN CNAME europa.simponic.endpoints.hatecomputers.club.
+ormbm2qr5kfynrnlhaezwm454pbwatv7._domainkey.pagelizhunt.simponic.xyz. 1 IN CNAME ormbm2qr5kfynrnlhaezwm454pbwatv7.dkim.amazonses.com.
+h4yglqdxrjg2m6akzzcnmtgbif5adbpz._domainkey.pagelizhunt.simponic.xyz. 1 IN CNAME h4yglqdxrjg2m6akzzcnmtgbif5adbpz.dkim.amazonses.com.
+re6xagsoccogzbxjrvvvkq6kklb7f43t._domainkey.pagelizhunt.simponic.xyz. 1 IN CNAME re6xagsoccogzbxjrvvvkq6kklb7f43t.dkim.amazonses.com.
+
lab.simponic.xyz. 1 IN CNAME simponic.tplinkdns.com.
;; MX Records
simponic.xyz. 1 IN MX 10 mail.simponic.xyz.
;; TXT Records
+_atproto.simponic.xyz. 1 IN TXT "did=did:plc:krwcprkssroh27ivpmnbpzez"
_atproto.pressurehooker.simponic.xyz. 1 IN TXT "did=did:plc:6frn2g6bbih6s2dqqod6ahks"
mail._domainkey.simponic.xyz. 1 IN TXT ( "v=DKIM1; h=sha256; k=rsa; "
"p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2ktysbZaewsAo1Uk+FfLvVeL9ii6ejTDxxYE1RoGTxFDulFYXdpvO+MErDq62IvaQ6E4TYTc0RULoqp3BjuVVG6IG85SmhWME9XYSrxLm1pq7yRN1s1b6pBqNC6+yiyxwSjThS7RzH3sxwBL7R8AHRuEV+2UKsvT2wOCyRXAth+lrB7t9S9niWNOB3lvDqe0/oPf9JDrKjpuO6"
diff --git a/roles/uptime/templates/docker-compose.yml.j2 b/roles/uptime/templates/docker-compose.yml.j2
index 8913032..64f980e 100644
--- a/roles/uptime/templates/docker-compose.yml.j2
+++ b/roles/uptime/templates/docker-compose.yml.j2
@@ -7,4 +7,6 @@ services:
- ./data:/app/data
ports:
- 127.0.0.1:9922:3001
+ dns:
+ - {{ nameserver_ip }}
restart: unless-stopped