Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.playbook
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
slapos.playbook
Commits
6a51d914
Commit
6a51d914
authored
Apr 28, 2015
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include --no-check-certificate on wget.
parent
5556ceeb
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
9 deletions
+9
-9
install.template
install.template
+1
-1
install/base-setup
install/base-setup
+1
-1
install/gnet/re6st
install/gnet/re6st
+2
-2
install/gnet/slapos
install/gnet/slapos
+1
-1
install/imt/slapos
install/imt/slapos
+1
-1
install/imt/slapos-update
install/imt/slapos-update
+1
-1
install/re6st
install/re6st
+1
-1
install/slapos
install/slapos
+1
-1
No files found.
install.template
View file @
6a51d914
...
...
@@ -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
...
...
install/base-setup
View file @
6a51d914
...
...
@@ -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
...
...
install/gnet/re6st
View file @
6a51d914
...
...
@@ -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
install/gnet/slapos
View file @
6a51d914
...
...
@@ -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
...
...
install/imt/slapos
View file @
6a51d914
...
...
@@ -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
...
...
install/imt/slapos-update
View file @
6a51d914
...
...
@@ -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
...
...
install/re6st
View file @
6a51d914
...
...
@@ -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
...
...
install/slapos
View file @
6a51d914
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment