mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2023-11-17 17:00
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
|
||||||
VAULT_ADDR=https://{{ inventory_hostname }}:{{ vault_services.api.port | default('8200') }}
|
export VAULT_ADDR=https://{{ inventory_hostname }}:{{ vault_services.api.port | default('8200') }}
|
||||||
VAULT_STATUS=$(vault status -format=json)
|
VAULT_STATUS=$(vault status -format=json)
|
||||||
|
|
||||||
if [ "$(echo ${VAULT_STATUS} | jq .is_self)" != "true" ]; then
|
if [ "$(echo ${VAULT_STATUS} | jq .is_self)" != "true" ]; then
|
||||||
|
Reference in New Issue
Block a user