Update to new running state
This commit is contained in:
parent
5a8416fcdf
commit
f3733bd4fb
@ -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
|
||||
|
@ -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}
|
||||
|
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user