This repository has been archived on 2025-01-31 . You can view files and clone it, but cannot push or open issues or pull requests.
248bd93d39adb5276ca789ed012c0d8d2258bc16
Doesn't change the behavior of the script, but does centralize logging and make the code look a lot nicer
Salt's Bootstrap Script
Usage
Download and run the latest replicate.sh
:
cd
curl https://gitlab.com/rehashedsalt/bootstrap/raw/master/replicate.sh -o replicate.sh
chmod +x replicate.sh
./replicate.sh
Notes
- The script assumes that you want to bootstrap
$PWD
as$HOME
. Don't run it out of your Downloads folder. - 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.
Description
Languages
Shell
100%