You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello i have 4 vault instances i want 1 to just be a transit engine and the other 3 i want to be clustered and have ssh engine enbled (thats out of scope for this). when in setting upo the first vault using this role it stops at sealed but where do i get the unseal keys
how do i get the keys to unlock and do further configuration?
EDIT:
while trying to debug and understand more i got this error
TASK [ansible-community.ansible-vault : Vault main configuration] *********************************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: : 'ansible.vars.hostvars.HostVarsVars object' has no attribute 'ansible_default_ipv4'
fatal: [vault]: FAILED! => {"changed": false, "msg": "AnsibleUndefinedVariable: [\n{% for server in groups[vault_raft_group_name] %}\n {\n \"peer\": \"{{ server }}\",\n \"api_addr\": \"{{ hostvars[server]['vault_api_addr'] |\n default(vault_protocol + '://' + hostvars[server]['ansible_' + hostvars[server]['ansible_default_ipv4']['interface']]['ipv4']['address'] + ':' + (vault_port|string)) }}\"\n },\n{% endfor %}\n]\n: 'ansible.vars.hostvars.HostVarsVars object' has no attribute 'ansible_default_ipv4'"}
im unsure how my instance is unable to have an ip address while im sshed into it (they are lxc containers and only have one nic)
The text was updated successfully, but these errors were encountered:
hello i have 4 vault instances i want 1 to just be a transit engine and the other 3 i want to be clustered and have ssh engine enbled (thats out of scope for this). when in setting upo the first vault using this role it stops at sealed but where do i get the unseal keys
how do i get the keys to unlock and do further configuration?
EDIT:
while trying to debug and understand more i got this error
im unsure how my instance is unable to have an ip address while im sshed into it (they are lxc containers and only have one nic)
The text was updated successfully, but these errors were encountered: