forked from CCCHH/ansible-infra
move secrets from sops lookup plugin to sops vars plugin
This makes secret configuration and usage a good bit cleaner.
This commit is contained in:
parent
66e2e354b1
commit
7f1afef50d
42 changed files with 2449 additions and 2446 deletions
|
|
@ -10,7 +10,7 @@ trust_x_forwarded_proto=on
|
|||
backend=postgresql
|
||||
name=pretix
|
||||
user=pretix
|
||||
password={{ lookup("community.sops.sops", "resources/chaosknoten/tickets/secrets.yaml", extract="['DB_PASSWORD']") }}
|
||||
password={{ secret__pretix_db_password }}
|
||||
host=database
|
||||
|
||||
[mail]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue