Bootstrap scripts for all my stuff
Go to file
2018-10-19 21:05:08 -05:00
.gitignore Initial commit 2018-08-24 17:30:41 -05:00
LICENSE License under MIT 2018-08-24 22:52:14 +00:00
README.md Modularize replicate.sh, update README 2018-10-19 21:01:30 -05:00
replicate.sh Add severity level to log function 2018-10-19 21:05:08 -05:00

Salt's Bootstrap Script

Usage

Download and run the latest replicate.sh:

cd
git clone https://gitlab.com/rehashedsalt/bootstrap
./bootstrap/replicate.sh $HOME

In the event that you want to simply test replicate.sh, simply pass a different argument to it:

./bootstrap/replicate.sh /path/to/directory

Notes

  • By default, the repository will attempt to clone with SSH. Either generate those keys and add them to GitLab or change the repository URI to HTTP.
  • Ideally, this will be called via Ansible or some other automation tool. It may, in the future, contain specific code for this purpose.