define common msmtp configuration for chaosknoten inventory hosts
Some checks failed
/ Ansible Lint (push) Failing after 48s
Some checks failed
/ Ansible Lint (push) Failing after 48s
Define common configuration as it is the same for all hosts.
This commit is contained in:
parent
afceb886dc
commit
17fd71f079
3 changed files with 230 additions and 2 deletions
14
.sops.yaml
14
.sops.yaml
|
@ -13,9 +13,18 @@ keys:
|
|||
- &admin_gpg_lilly D2E9C0807BF681F5E164DAFC5EE1B61CD90954CD
|
||||
- &admin_gpg_langoor 878FEA3CB6A6F6E7CD80ECBE28506E3585F9F533
|
||||
hosts:
|
||||
age:
|
||||
- &host_netbox_ansible_pull_age_key age1ss82zwqkj438re78355p886r89csqrrfmkfp8lrrf8v23nza492qza4ey3
|
||||
chaosknoten:
|
||||
age: &host_chaosknoten_age_keys
|
||||
- &host_netbox_ansible_pull_age_key age1ss82zwqkj438re78355p886r89csqrrfmkfp8lrrf8v23nza492qza4ey3
|
||||
creation_rules:
|
||||
# group vars
|
||||
- path_regex: inventories/chaosknoten/group_vars/all.*
|
||||
key_groups:
|
||||
- pgp:
|
||||
*admin_gpg_keys
|
||||
age:
|
||||
*host_chaosknoten_age_keys
|
||||
# host vars
|
||||
- path_regex: inventories/chaosknoten/host_vars/cloud.*
|
||||
key_groups:
|
||||
- pgp:
|
||||
|
@ -70,6 +79,7 @@ creation_rules:
|
|||
key_groups:
|
||||
- pgp:
|
||||
*admin_gpg_keys
|
||||
# general
|
||||
- key_groups:
|
||||
- pgp:
|
||||
*admin_gpg_keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue