-
Notifications
You must be signed in to change notification settings - Fork 1
Home
ProjectUn1c0rn edited this page Jul 1, 2014
·
2 revisions
Saltstrap covers the need of versionned masterless Saltstack minions.
You can create your own instance in seconds by forking this repo and creationg some salt recipes.
Example deploying an isolated instance node from the branch instanc-tor in Project SaltStrap :
# Onliner detailed :
# Base repository URL for saltstrap bootstraping :
export SALTSTRAP_GIT_URL=https://github.com/ProjectUn1c0rn/SaltStrap
# Branch :
export SALTSTRAP_GIT_BRANCH=instance-tor
# Install basic "trusted" certificates (for goo.gl,github.com ...) :
apt-get install ca-certificates -y
# Get latest bootstrap.sh from SaltStrap and run :
wget -O - https://goo.gl/Lz4FLn|sh