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 0183250 commit d958885Copy full SHA for d958885
provision/ansible/ansible.cfg
provision/bootstrap.sh
@@ -10,6 +10,8 @@ export PYTHONUNBUFFERED=1
10
11
SCRIPT_DIR=$(dirname $(readlink -f "$0"))
12
13
+export ANSIBLE_CONFIG="${SCRIPT_DIR}/ansible/ansible.cfg"
14
+
15
########################
16
# Pre provision provisioning
17
provision/maintenance.sh
# Maintenance with ansible
0 commit comments