Commit 6a51d914 authored by Rafael Monnerat's avatar Rafael Monnerat

Include --no-check-certificate on wget.

parent 5556ceeb
......@@ -5,7 +5,7 @@ PLAYBOOK_FILE={{ playbook_yml }}
#### Setup Ansible and load few libraries #####
BASE_SETUP_SCRIPT_MD5=d80faf54b390f82d03191405f3d3037c
BASE_SETUP_SCRIPT_MD5=836e9256decdf8e2cd49d388fa7851ab
wget --no-check-certificate https://deploy.nexedi.cn/base-setup -O /tmp/base-setup
......
......@@ -16,7 +16,7 @@ function download_playbook {
TFILE="archive.tar.gz"
mkdir -p $DFILE
cd $DFILE
wget $1 -O $TFILE
wget --no-check-certificate $1 -O $TFILE
tar -xzvf $TFILE
rm $TFILE
cd */playbook
......
......@@ -5,7 +5,7 @@ PLAYBOOK_FILE=gnet-re6stnet.yml
#### Setup Ansible and load few libraries #####
BASE_SETUP_SCRIPT_MD5=d80faf54b390f82d03191405f3d3037c
BASE_SETUP_SCRIPT_MD5=836e9256decdf8e2cd49d388fa7851ab
wget --no-check-certificate https://deploy.nexedi.cn/base-setup -O /tmp/base-setup
......@@ -20,4 +20,4 @@ download_playbook $PLAYBOOK_REPOSITORY_URL
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
......@@ -5,7 +5,7 @@ PLAYBOOK_FILE=gnet-server.yml
#### Setup Ansible and load few libraries #####
BASE_SETUP_SCRIPT_MD5=d80faf54b390f82d03191405f3d3037c
BASE_SETUP_SCRIPT_MD5=836e9256decdf8e2cd49d388fa7851ab
wget --no-check-certificate https://deploy.nexedi.cn/base-setup -O /tmp/base-setup
......
......@@ -5,7 +5,7 @@ PLAYBOOK_FILE=imt-server.yml
#### Setup Ansible and load few libraries #####
BASE_SETUP_SCRIPT_MD5=d80faf54b390f82d03191405f3d3037c
BASE_SETUP_SCRIPT_MD5=836e9256decdf8e2cd49d388fa7851ab
wget --no-check-certificate https://deploy.nexedi.cn/base-setup -O /tmp/base-setup
......
......@@ -5,7 +5,7 @@ PLAYBOOK_FILE=imt-server-update.yml
#### Setup Ansible and load few libraries #####
BASE_SETUP_SCRIPT_MD5=d80faf54b390f82d03191405f3d3037c
BASE_SETUP_SCRIPT_MD5=836e9256decdf8e2cd49d388fa7851ab
wget --no-check-certificate https://deploy.nexedi.cn/base-setup -O /tmp/base-setup
......
......@@ -5,7 +5,7 @@ PLAYBOOK_FILE=re6stnet.yml
#### Setup Ansible and load few libraries #####
BASE_SETUP_SCRIPT_MD5=d80faf54b390f82d03191405f3d3037c
BASE_SETUP_SCRIPT_MD5=836e9256decdf8e2cd49d388fa7851ab
wget --no-check-certificate https://deploy.nexedi.cn/base-setup -O /tmp/base-setup
......
......@@ -5,7 +5,7 @@ PLAYBOOK_FILE=slapos.yml
#### Setup Ansible and load few libraries #####
BASE_SETUP_SCRIPT_MD5=d80faf54b390f82d03191405f3d3037c
BASE_SETUP_SCRIPT_MD5=836e9256decdf8e2cd49d388fa7851ab
wget --no-check-certificate https://deploy.nexedi.cn/base-setup -O /tmp/base-setup
......
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