Update to new running state
This commit is contained in:
parent
5a8416fcdf
commit
f3733bd4fb
@ -1,7 +1,7 @@
|
|||||||
- name: Base Setup Monitoring
|
- name: Base Setup Monitoring
|
||||||
hosts: mon1.hel1.chaoswg.org
|
hosts: mon1.hel1.chaoswg.org
|
||||||
vars:
|
vars:
|
||||||
state: present
|
state: running
|
||||||
roles:
|
roles:
|
||||||
- {role: compose_project, service: traefik}
|
- {role: compose_project, service: traefik}
|
||||||
- {role: compose_project, service: pantalaimon}
|
- {role: compose_project, service: pantalaimon}
|
||||||
@ -9,7 +9,7 @@
|
|||||||
- name: Setup Monitoring Kuma 1
|
- name: Setup Monitoring Kuma 1
|
||||||
hosts: mon1.hel1.chaoswg.org
|
hosts: mon1.hel1.chaoswg.org
|
||||||
vars:
|
vars:
|
||||||
state: present
|
state: running
|
||||||
roles:
|
roles:
|
||||||
- role: compose_project
|
- role: compose_project
|
||||||
service: kuma
|
service: kuma
|
||||||
@ -21,7 +21,7 @@
|
|||||||
- name: Setup Monitoring Kuma 2
|
- name: Setup Monitoring Kuma 2
|
||||||
hosts: mon1.hel1.chaoswg.org
|
hosts: mon1.hel1.chaoswg.org
|
||||||
vars:
|
vars:
|
||||||
state: present
|
state: running
|
||||||
roles:
|
roles:
|
||||||
- role: compose_project
|
- role: compose_project
|
||||||
service: kuma
|
service: kuma
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
- name: Setup Thonkpad
|
- name: Setup Thonkpad
|
||||||
hosts: thonkpad.ka.chaoswg.org
|
hosts: thonkpad.ka.chaoswg.org
|
||||||
vars:
|
vars:
|
||||||
state: present
|
state: running
|
||||||
roles:
|
roles:
|
||||||
- {role: compose_project, service: pantalaimon}
|
- {role: compose_project, service: pantalaimon}
|
||||||
- {role: compose_project, service: wireguard}
|
- {role: compose_project, service: wireguard}
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
- name: Setup VPS
|
- name: Setup VPS
|
||||||
hosts: host.nc.chaoswg.org
|
hosts: host.nc.chaoswg.org
|
||||||
vars:
|
vars:
|
||||||
state: present
|
state: running
|
||||||
base_domain: "tobiasmanske.de"
|
base_domain: "tobiasmanske.de"
|
||||||
roles:
|
roles:
|
||||||
- {role: compose_project, service: traefik, with_fa: true}
|
- {role: compose_project, service: traefik, with_fa: true}
|
||||||
@ -50,7 +50,7 @@
|
|||||||
- name: Setup KITCTF registry
|
- name: Setup KITCTF registry
|
||||||
hosts: host.nc.chaoswg.org
|
hosts: host.nc.chaoswg.org
|
||||||
vars:
|
vars:
|
||||||
state: present
|
state: running
|
||||||
base_domain: "ctf.kitctf.de"
|
base_domain: "ctf.kitctf.de"
|
||||||
roles:
|
roles:
|
||||||
- {role: compose_project, service: registry, htpasswd: registry.kitctf.HTPASSWD }
|
- {role: compose_project, service: registry, htpasswd: registry.kitctf.HTPASSWD }
|
||||||
|
Loading…
Reference in New Issue
Block a user