Update to new running state
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is passing

This commit is contained in:
Tobias Manske 2023-05-05 23:53:56 +02:00
parent 5a8416fcdf
commit f3733bd4fb
Signed by: tobias
GPG Key ID: 9164B527694A0709
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
- name: Base Setup Monitoring
hosts: mon1.hel1.chaoswg.org
vars:
state: present
state: running
roles:
- {role: compose_project, service: traefik}
- {role: compose_project, service: pantalaimon}
@ -9,7 +9,7 @@
- name: Setup Monitoring Kuma 1
hosts: mon1.hel1.chaoswg.org
vars:
state: present
state: running
roles:
- role: compose_project
service: kuma
@ -21,7 +21,7 @@
- name: Setup Monitoring Kuma 2
hosts: mon1.hel1.chaoswg.org
vars:
state: present
state: running
roles:
- role: compose_project
service: kuma

View File

@ -1,7 +1,7 @@
- name: Setup Thonkpad
hosts: thonkpad.ka.chaoswg.org
vars:
state: present
state: running
roles:
- {role: compose_project, service: pantalaimon}
- {role: compose_project, service: wireguard}

View File

@ -20,7 +20,7 @@
- name: Setup VPS
hosts: host.nc.chaoswg.org
vars:
state: present
state: running
base_domain: "tobiasmanske.de"
roles:
- {role: compose_project, service: traefik, with_fa: true}
@ -50,7 +50,7 @@
- name: Setup KITCTF registry
hosts: host.nc.chaoswg.org
vars:
state: present
state: running
base_domain: "ctf.kitctf.de"
roles:
- {role: compose_project, service: registry, htpasswd: registry.kitctf.HTPASSWD }