WIP: Authentik role with Quadlet pod approach - debugging container service generation
- Created authentik.pod file for proper pod definition - Removed superfluous authentik-pod.container file - Updated container templates to reference pod correctly - Issue: Quadlet still reports 'pod authentik is not Quadlet based' - Container services not being generated (only pod service works)
This commit is contained in:
10
roles/authentik/meta/main.yml
Normal file
10
roles/authentik/meta/main.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
# Authentik Role Dependencies
|
||||
dependencies:
|
||||
- role: postgresql
|
||||
- role: valkey
|
||||
- role: podman
|
||||
- role: caddy
|
||||
|
||||
# No modifications to infrastructure roles required
|
||||
# Authentik role is completely self-contained
|
||||
Reference in New Issue
Block a user