summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-08-16 12:18:18 -0700
committerElizabeth Hunt <me@liz.coffee>2025-08-16 12:18:18 -0700
commit91027c036cf7c15db76fe7b8317c754ab13d63d9 (patch)
treef79d15bb9d76b105693826a61f06d48b0e689224
parent1465f78fc7b369af68030c3afcaef361e90dfd23 (diff)
downloadinfra-91027c036cf7c15db76fe7b8317c754ab13d63d9.tar.gz
infra-91027c036cf7c15db76fe7b8317c754ab13d63d9.zip
Fix coffee domain
-rw-r--r--group_vars/all.yml1
-rw-r--r--group_vars/coffee.yml2
-rw-r--r--playbooks/roles/mon/templates/volumes/gatus/config/config.yml5
3 files changed, 3 insertions, 5 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml
index d1c7a24..05ce106 100644
--- a/group_vars/all.yml
+++ b/group_vars/all.yml
@@ -91,7 +91,6 @@ mesh:
- "https://bin.{{ domain }}"
- "https://ci.{{ domain }}"
- "https://notes.{{ domain }}"
- - "https://passwd.{{ domain }}/alive"
private_records:
- type: "A"
name: "piplup.{{ domain }}"
diff --git a/group_vars/coffee.yml b/group_vars/coffee.yml
index 90ddc7b..6c67edd 100644
--- a/group_vars/coffee.yml
+++ b/group_vars/coffee.yml
@@ -1,4 +1,4 @@
---
-coffee_domain: coffee.liz.coffee
+coffee_domain: liz.coffee
coffee_base: "{{ swarm_base }}/coffee"
diff --git a/playbooks/roles/mon/templates/volumes/gatus/config/config.yml b/playbooks/roles/mon/templates/volumes/gatus/config/config.yml
index 2d1c0ef..be11873 100644
--- a/playbooks/roles/mon/templates/volumes/gatus/config/config.yml
+++ b/playbooks/roles/mon/templates/volumes/gatus/config/config.yml
@@ -12,7 +12,6 @@ endpoints:
url: "https://{{ domain }}"
interval: 30m
conditions:
- - "[DOMAIN_EXPIRATION] > 720h"
- "[CERTIFICATE_EXPIRATION] > 240h"
- name: "LDAPS"
@@ -46,13 +45,13 @@ endpoints:
- "[STATUS] == 200"
{% endfor %}
{% for healthcheck in m.private_healthchecks %}
- - name: "healthcheck {{ user }} priv {{ healthcheck }}"
+ - name: "{{ healthcheck }} priv healthcheck {{ user }}"
url: "{{ healthcheck }}"
group: "{{ user }}_priv"
interval: 1m
conditions:
- "[STATUS] == 200"
- - name: "healthcheck {{ user }} pub {{ healthcheck }} 403"
+ - name: "{{ healthcheck }} pub healthcheck {{ user }} 403"
group: "{{ user }}_priv"
url: "{{ healthcheck }}"
client: