Add Infrastructure Meta host

This commit is contained in:
2023-09-12 03:29:04 +02:00
parent 550a50326a
commit a8ef28e446
4 changed files with 203 additions and 0 deletions

View 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