Initial commit

This commit is contained in:
Tim Dittler
2020-01-13 14:51:16 +01:00
commit 7c454c1ed4
127 changed files with 7674 additions and 0 deletions

13
bootstrap.sh Executable file
View 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