The playbooks for MISChaufen. Compatible with Arch Linux and Debian Linux.
apt-get install make
make bootstrap
- issue an SSH key
- bootstrap a server
- note the servers IP and put it into the file
hosts
- configure the groups vars in directory
group_var
- login into the remote server as root
- run all commands in file
helper/remote_prepare.sh
on the remote server as root
source .venv/bin/activate
make deploy
After the first deployment you SSHD key signature on server side changes. So that you have to cleanup your local ~/.ssh/known_hosts
file.