fix(group_vars/hashistack_ca): update default owner for pkito avoid permission issues

This commit is contained in:
Bertrand Lanson 2024-10-30 19:34:45 +01:00
parent 13ce323b04
commit a2a825a1b6
Signed by: lanson
SSH Key Fingerprint: SHA256:/nqc6HGqld/PS208F6FUOvZlUzTS0rGpNNwR5O2bQBw

View File

@ -4,7 +4,7 @@ hashistack_ca_directory: "{{ hashistack_sub_configuration_directories['certifica
hashistack_ca_use_cryptography: false
hashistack_ca_action: "noop"
hashistack_ca_domain: example.com
hashistack_ca_directory_owner: root
hashistack_ca_directory_owner: "{{ lookup('env', 'USER') }}"
##############################
# Root Certificate Authority #