Initial commit
This commit is contained in:
13
bootstrap.sh
Executable file
13
bootstrap.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR=$(dirname $0)
|
||||
cd $DIR
|
||||
|
||||
sudo apt update
|
||||
sudo apt -y upgrade
|
||||
sudo apt -y install openssh-server ansible
|
||||
sudo ansible-playbook playbook.yml -D
|
||||
sudo apt -y autoremove
|
||||
|
||||
# clean up
|
||||
sudo rm -r ~/.ansible
|
||||
Reference in New Issue
Block a user