move secrets from sops lookup plugin to sops vars plugin
Some checks failed
/ Ansible Lint (push) Failing after 1m54s
Some checks failed
/ Ansible Lint (push) Failing after 1m54s
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
20
.sops.yaml
20
.sops.yaml
|
@ -12,7 +12,7 @@ keys:
|
|||
- &admin_gpg_lilly D2E9C0807BF681F5E164DAFC5EE1B61CD90954CD
|
||||
- &admin_gpg_langoor 878FEA3CB6A6F6E7CD80ECBE28506E3585F9F533
|
||||
creation_rules:
|
||||
- path_regex: resources/chaosknoten/cloud/.*
|
||||
- path_regex: inventories/chaosknoten/host_vars/cloud.*
|
||||
key_groups:
|
||||
- pgp:
|
||||
- *admin_gpg_djerun
|
||||
|
@ -27,7 +27,7 @@ creation_rules:
|
|||
- *admin_gpg_c6ristian
|
||||
- *admin_gpg_lilly
|
||||
- *admin_gpg_langoor
|
||||
- path_regex: resources/chaosknoten/keycloak/.*
|
||||
- path_regex: inventories/chaosknoten/host_vars/keycloak.*
|
||||
key_groups:
|
||||
- pgp:
|
||||
- *admin_gpg_djerun
|
||||
|
@ -42,7 +42,7 @@ creation_rules:
|
|||
- *admin_gpg_c6ristian
|
||||
- *admin_gpg_lilly
|
||||
- *admin_gpg_langoor
|
||||
- path_regex: resources/chaosknoten/grafana/.*
|
||||
- path_regex: inventories/chaosknoten/host_vars/grafana.*
|
||||
key_groups:
|
||||
- pgp:
|
||||
- *admin_gpg_djerun
|
||||
|
@ -57,7 +57,7 @@ creation_rules:
|
|||
- *admin_gpg_c6ristian
|
||||
- *admin_gpg_lilly
|
||||
- *admin_gpg_langoor
|
||||
- path_regex: resources/chaosknoten/pad/.*
|
||||
- path_regex: inventories/chaosknoten/host_vars/pad.*
|
||||
key_groups:
|
||||
- pgp:
|
||||
- *admin_gpg_djerun
|
||||
|
@ -72,7 +72,7 @@ creation_rules:
|
|||
- *admin_gpg_c6ristian
|
||||
- *admin_gpg_lilly
|
||||
- *admin_gpg_langoor
|
||||
- path_regex: resources/chaosknoten/ccchoir/.*
|
||||
- path_regex: inventories/chaosknoten/host_vars/ccchoir.*
|
||||
key_groups:
|
||||
- pgp:
|
||||
- *admin_gpg_djerun
|
||||
|
@ -87,7 +87,7 @@ creation_rules:
|
|||
- *admin_gpg_c6ristian
|
||||
- *admin_gpg_lilly
|
||||
- *admin_gpg_langoor
|
||||
- path_regex: resources/chaosknoten/pretalx/.*
|
||||
- path_regex: inventories/chaosknoten/host_vars/pretalx.*
|
||||
key_groups:
|
||||
- pgp:
|
||||
- *admin_gpg_djerun
|
||||
|
@ -102,7 +102,7 @@ creation_rules:
|
|||
- *admin_gpg_c6ristian
|
||||
- *admin_gpg_lilly
|
||||
- *admin_gpg_langoor
|
||||
- path_regex: resources/chaosknoten/netbox/.*
|
||||
- path_regex: inventories/chaosknoten/host_vars/netbox.*
|
||||
key_groups:
|
||||
- pgp:
|
||||
- *admin_gpg_djerun
|
||||
|
@ -117,7 +117,7 @@ creation_rules:
|
|||
- *admin_gpg_c6ristian
|
||||
- *admin_gpg_lilly
|
||||
- *admin_gpg_langoor
|
||||
- path_regex: resources/chaosknoten/tickets/.*
|
||||
- path_regex: inventories/chaosknoten/host_vars/tickets.*
|
||||
key_groups:
|
||||
- pgp:
|
||||
- *admin_gpg_djerun
|
||||
|
@ -132,7 +132,7 @@ creation_rules:
|
|||
- *admin_gpg_c6ristian
|
||||
- *admin_gpg_lilly
|
||||
- *admin_gpg_langoor
|
||||
- path_regex: resources/chaosknoten/onlyoffice/.*
|
||||
- path_regex: inventories/chaosknoten/host_vars/onlyoffice.*
|
||||
key_groups:
|
||||
- pgp:
|
||||
- *admin_gpg_djerun
|
||||
|
@ -147,7 +147,7 @@ creation_rules:
|
|||
- *admin_gpg_c6ristian
|
||||
- *admin_gpg_lilly
|
||||
- *admin_gpg_langoor
|
||||
- path_regex: resources/chaosknoten/zammad/.*
|
||||
- path_regex: inventories/chaosknoten/host_vars/zammad.*
|
||||
key_groups:
|
||||
- pgp:
|
||||
- *admin_gpg_djerun
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue