Commit 9b49efa4 authored by Kristopher Ruzic's avatar Kristopher Ruzic

Was creating /opt/slapos.playbook/

parent ed84cc3e
...@@ -5,7 +5,6 @@ PLAYBOOK_FILE=erp5-standalone.yml ...@@ -5,7 +5,6 @@ PLAYBOOK_FILE=erp5-standalone.yml
#### Setup Ansible and load few libraries ##### #### Setup Ansible and load few libraries #####
BASE_SETUP_SCRIPT_MD5=e2c9b43ccff6e606ad25cd1df0e2705f BASE_SETUP_SCRIPT_MD5=e2c9b43ccff6e606ad25cd1df0e2705f
mkdir -p /opt/slapos.playbook/
wget --no-check-certificate https://deploy.nexedi.cn/base-setup -O /tmp/base-setup wget --no-check-certificate https://deploy.nexedi.cn/base-setup -O /tmp/base-setup
...@@ -20,4 +19,4 @@ download_playbook $PLAYBOOK_REPOSITORY_URL ...@@ -20,4 +19,4 @@ download_playbook $PLAYBOOK_REPOSITORY_URL
echo "Starting Ansible playbook:" echo "Starting Ansible playbook:"
ansible-playbook $PLAYBOOK_FILE -i hosts --connection=local ansible-playbook $PLAYBOOK_FILE -i hosts --connection=local
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment