second commit
This commit is contained in:
6
ansible/inventory/group_vars/vault.yml.example
Normal file
6
ansible/inventory/group_vars/vault.yml.example
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
# Mit `ansible-vault encrypt group_vars/vault.yml` verschluesseln, NIEMALS
|
||||
# im Klartext committen (siehe Konzept 6.4/7.3).
|
||||
vault_jumphost_kek: "CHANGE_ME_32_BYTES_HEX_0123456789abcdef0123456789abcdef"
|
||||
vault_jumphost_session_secret: "CHANGE_ME_32_BYTES_HEX_0123456789abcdef0123456789abcdef"
|
||||
vault_jumphost_initial_admin_password: "CHANGE_ME_STRONG_PASSWORD"
|
||||
Reference in New Issue
Block a user