diff options
author | 2024-05-26 19:49:23 +0200 | |
---|---|---|
committer | 2024-05-26 19:49:23 +0200 | |
commit | c4c87b7754db58b4e15ef8fc412bb3db72d23057 (patch) | |
tree | 9395428d13d8cf6465d52635cbbb6a72ee3d4bac | |
parent | Take 15 minutes before alerting on high latency (diff) |
Generate a certificate for `prometheus.lovelace.box.pydis.wtf` (#305)
* generate cert for prometheus.lovelace.box.pydis.wtf
* add dns record for prometheus.lovelace.box
-rw-r--r-- | ansible/roles/certbot/vars/main/main.yml | 1 | ||||
-rw-r--r-- | dns/zones/pydis.wtf.yaml | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/ansible/roles/certbot/vars/main/main.yml b/ansible/roles/certbot/vars/main/main.yml index fdfc7b1..a76ce97 100644 --- a/ansible/roles/certbot/vars/main/main.yml +++ b/ansible/roles/certbot/vars/main/main.yml @@ -4,3 +4,4 @@ certbot_email: "[email protected]" certbot_domains: - pydis.wtf - pythondiscord.com + - prometheus.lovelace.box.pydis.wtf diff --git a/dns/zones/pydis.wtf.yaml b/dns/zones/pydis.wtf.yaml index 218522e..03d4620 100644 --- a/dns/zones/pydis.wtf.yaml +++ b/dns/zones/pydis.wtf.yaml @@ -153,6 +153,20 @@ prometheus: type: A value: 194.195.247.228 +prometheus.lovelace.box: + - octodns: + cloudflare: + auto-ttl: true + ttl: 300 + type: A + value: 89.58.26.118 + - octodns: + cloudflare: + auto-ttl: true + ttl: 300 + type: AAAA + value: 2a03:4000:62:ce0:2496:aeff:fe97:dea4 + turing.box: - octodns: cloudflare: |