From fbadeb45ce30d1726cc8881c7bd0264416819265 Mon Sep 17 00:00:00 2001 From: jupierce Date: Mon, 8 May 2017 10:26:09 -0400 Subject: Moving Dockerfile content to images dir --- .../system-container/root/usr/local/bin/run-system-container.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 images/installer/system-container/root/usr/local/bin/run-system-container.sh (limited to 'images/installer/system-container/root/usr/local/bin/run-system-container.sh') diff --git a/images/installer/system-container/root/usr/local/bin/run-system-container.sh b/images/installer/system-container/root/usr/local/bin/run-system-container.sh new file mode 100755 index 000000000..9ce7c7328 --- /dev/null +++ b/images/installer/system-container/root/usr/local/bin/run-system-container.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +export ANSIBLE_LOG_PATH=/var/log/ansible.log +exec ansible-playbook -i /etc/ansible/hosts ${OPTS} ${PLAYBOOK_FILE} -- cgit v1.2.3