We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80700ee commit d787871Copy full SHA for d787871
templates/deploy-openstack.tpl
@@ -128,7 +128,7 @@ kayobe overcloud service deploy
128
%{ if deploy_wazuh }
129
# Deploy Wazuh
130
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/wazuh-secrets.yml
131
-ansible-vault encrypt --vault-password-file ~/vault.password $KAYOBE_CONFIG_PATH/environments/ci-multinode/wazuh-secrets.yml
+ansible-vault encrypt --vault-password-file ~/vault.password $KAYOBE_CONFIG_PATH/environments/$KAYOBE_ENVIRONMENT/wazuh-secrets.yml
132
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/wazuh-manager.yml
133
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/wazuh-agent.yml
134
%{ endif }
0 commit comments