onlyoffice(host): move secrets to SOPS
Some checks failed
/ Ansible Lint (push) Failing after 1m51s

This commit is contained in:
June 2025-05-03 23:22:45 +02:00
commit fa634f6900
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
3 changed files with 252 additions and 1 deletions

View file

@ -14,4 +14,4 @@ services:
ports:
- "8080:80"
environment:
JWT_SECRET: {{ lookup("community.general.passwordstore", "noc/vm-secrets/chaosknoten/onlyoffice/JWT_SECRET", create=false, missing="error") }}
JWT_SECRET: {{ lookup("community.sops.sops", "resources/chaosknoten/onlyoffice/secrets.yaml", extract="['JWT_SECRET']") }}