secrets(role): introduce secrets role for storing secrets
Allows storage of secrets to then be referenced in other places. The motivation was storing WireGuard secrets for systemd-networkd.
This commit is contained in:
parent
5ca311d240
commit
4574dbf4ba
8 changed files with 97 additions and 0 deletions
|
|
@ -6,6 +6,13 @@
|
|||
tags:
|
||||
- base_config
|
||||
|
||||
- name: Ensure secrets deployment on secrets_hosts
|
||||
hosts: secrets_hosts
|
||||
roles:
|
||||
- secrets
|
||||
tags:
|
||||
- secrets
|
||||
|
||||
- name: Ensure systemd-networkd config deployment on systemd_networkd_hosts
|
||||
hosts: systemd_networkd_hosts
|
||||
roles:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue