summaryrefslogtreecommitdiffstats
path: root/system-container/root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'system-container/root/usr')
-rwxr-xr-xsystem-container/root/usr/local/bin/run-system-container.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system-container/root/usr/local/bin/run-system-container.sh b/system-container/root/usr/local/bin/run-system-container.sh
new file mode 100755
index 000000000..75dbfde03
--- /dev/null
+++ b/system-container/root/usr/local/bin/run-system-container.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec ansible-playbook -i /etc/ansible/hosts ${OPTS} ${PLAYBOOK_FILE}