0.1_setup_users.yml-- setup admin user accounts, run directly after cloud init0.2_setup_docker.yml-- setup docker engine0.3_hardening.yml-- apply hardening for OS and ssh, after running this playbook you will not be able to use root for ssh0.4_install_devday_software.yml-- install and configure the Dev Day software
Run:
ansible-playbook playbooks/0.4_install_devday_software.yml --inventory=./hosts --limit devday_prod
Host devday-prod
Hostname web.devday.de
User <your_user_name>
IdentitiesOnly yes
IdentityFile ~/.ssh/id_ed25519_devday