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