File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
etc/kayobe/ansible/secret-store Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 88 secret_store_bind_address : " {{ ansible_facts[secret_store_bind_interface].ipv4.address }}"
99 secret_store_api_address : " https://{{ secret_store_bind_address }}:8200"
1010 tasks :
11+ - name : Fail if secret store is already configured to be OpenBao
12+ fail :
13+ msg : Please check if OpenBao is already running on the host.
14+ If it's not, please set the variable 'stackhpc_ca_secret_store' to 'vault'
15+ when : stackhpc_ca_secret_store == "openbao"
16+
1117 - name : Set a fact about the virtualenv on the remote system
1218 ansible.builtin.set_fact :
1319 virtualenv : " {{ ansible_python_interpreter | dirname | dirname }}"
Original file line number Diff line number Diff line change 88 secret_store_bind_address : " {{ ansible_facts[secret_store_bind_interface].ipv4.address }}"
99 secret_store_api_address : " http://{{ secret_store_bind_address }}:8200"
1010 tasks :
11+ - name : Fail if secret store is already configured to be OpenBao
12+ fail :
13+ msg : Please check if OpenBao is already running on the host.
14+ If it's not, please set the variable 'stackhpc_ca_secret_store' to 'vault'
15+ when : stackhpc_ca_secret_store == "openbao"
16+
1117 - name : Set a fact about the virtualenv on the remote system
1218 ansible.builtin.set_fact :
1319 virtualenv : " {{ ansible_python_interpreter | dirname | dirname }}"
You can’t perform that action at this time.
0 commit comments