Skip to content
Snippets Groups Projects

Update bootstrap.sh

parent d97b678f
No related branches found
No related tags found
No related merge requests found
sudo su
apt install -y curl apt install -y curl
curl -o /tmp/bootstrap-salt.sh -L https://bootstrap.saltproject.io curl -o /tmp/bootstrap-salt.sh -L https://bootstrap.saltproject.io
sh /tmp/bootstrap-salt.sh -p python3-pygit2 sh /tmp/bootstrap-salt.sh -p python3-pygit2
rm -f /tmp/bootstrap-salt.sh rm -f /tmp/bootstrap-salt.sh
curl -o /etc/salt/minion.d/salt_playground.conf -L https://gitlab.nps.edu/joseph.lukefahr.ctr/salt_playground/raw/master/minion.conf curl -o /etc/salt/minion.d/salt_playground.conf -L https://gitlab.nps.edu/joseph.lukefahr.ctr/salt_playground/raw/master/minion.conf
salt-call --local test.echo "salt_playground SaltStack masterless setup complete!" salt-call --local test.echo "salt_playground SaltStack masterless setup complete!"
exit \ No newline at end of file
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment