Fix issues reported by ansible-lint

This commit is contained in:
Tobias Reisinger 2023-12-13 02:43:15 +01:00
parent a90840b1dc
commit 2e100d290f
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
59 changed files with 315 additions and 244 deletions
_ansible/roles/authentik/vars

View file

@ -1,5 +1,6 @@
---
svc:
domain: "auth.serguzim.me"
domain: auth.serguzim.me
name: authentik
port: 9000
image_tag: 2023.8
@ -32,7 +33,7 @@ svc_env:
compose:
watchtower: false
image: "ghcr.io/goauthentik/server:{{ svc.image_tag }}"
image: ghcr.io/goauthentik/server:{{ svc.image_tag }}
env: true
file:
services:
@ -41,7 +42,7 @@ compose:
depends_on:
- redis
worker:
image: "ghcr.io/goauthentik/server:{{ svc.image_tag }}"
image: ghcr.io/goauthentik/server:{{ svc.image_tag }}
restart: always
command: worker
user: root
@ -53,7 +54,6 @@ compose:
- redis
networks:
default:
redis:
image: redis:alpine
restart: always