Skip to content

Commit d958885

Browse files
committed
Added ansible.cfg
1 parent 0183250 commit d958885

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

provision/ansible/ansible.cfg

Whitespace-only changes.

provision/bootstrap.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ export PYTHONUNBUFFERED=1
1010

1111
SCRIPT_DIR=$(dirname $(readlink -f "$0"))
1212

13+
export ANSIBLE_CONFIG="${SCRIPT_DIR}/ansible/ansible.cfg"
14+
1315
########################
1416
# Pre provision provisioning
1517
########################

provision/maintenance.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ export PYTHONUNBUFFERED=1
1010

1111
SCRIPT_DIR=$(dirname $(readlink -f "$0"))
1212

13+
export ANSIBLE_CONFIG="${SCRIPT_DIR}/ansible/ansible.cfg"
14+
1315
########################
1416
# Maintenance with ansible
1517
########################

0 commit comments

Comments
 (0)