Skip to content

devdaydresden/devday_ansible

Repository files navigation

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

About

Ansible playbooks for devday website components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages