Add Infrastructure Meta host
This commit is contained in:
15
coreos-config/plays/infra.yaml
Normal file
15
coreos-config/plays/infra.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
- name: Setup Infra Meta Host
|
||||
hosts: infra.unruhig.eu
|
||||
gather_facts: false
|
||||
vars:
|
||||
state: running
|
||||
base_domain: "tobiasmanske.de"
|
||||
roles:
|
||||
- {role: compose_project, service: traefik}
|
||||
- {role: compose_project, service: keycloak}
|
||||
# - {role: compose_project, service: db} # database used for terraform state
|
||||
# - {role: compose_project, service: monitoring-stack} # mimir, loki, grafana
|
||||
- {role: compose_project, service: pantalaimon}
|
||||
- {role: compose_project, service: watchtower}
|
||||
|
||||
# vim: ft=yaml.ansible
|
Reference in New Issue
Block a user