Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 694 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 694 Bytes

Ansible playbooks for the setup of the Dev Day website applications

Playbooks

  • 0.1_setup_users.yml -- setup admin user accounts, run directly after cloud init
  • 0.2_setup_docker.yml -- setup docker engine
  • 0.3_hardening.yml -- apply hardening for OS and ssh, after running this playbook you will not be able to use root for ssh
  • 0.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

Expected ssh settings

Host devday-prod
Hostname web.devday.de
User <your_user_name>
IdentitiesOnly yes
IdentityFile ~/.ssh/id_ed25519_devday