feat: oidc web1 basics

This commit is contained in:
2023-01-08 23:01:42 +01:00
parent 4b9ee96989
commit d926d70a5f
7 changed files with 124 additions and 1 deletions

View File

@@ -7,9 +7,13 @@
- { role : monitoring-influx, tags : [ "influx" ] }
- { role : base, tags : [ "base" ] }
- hosts: web1
roles:
- { role : web1, tags : [ "web1" ] }
- hosts: kube1
roles:
- { role : docker-deployments,tags : [ "docker", "kube1" ] }
- { role : docker-deployments, tags : [ "docker", "kube1" ] }
- hosts: usermanagement
roles: