Skip to content

bornhack/bornhack-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ac01842 · Feb 28, 2025
Jan 23, 2025
Feb 28, 2025
Sep 9, 2024
Feb 28, 2025
Oct 25, 2020
Oct 27, 2016
Feb 9, 2016
Mar 22, 2022
Mar 22, 2022
Oct 28, 2016
Sep 9, 2024

Repository files navigation

To deploy ansible config from github on ansible3.servers.bornhack.org: sudo /root/deploy.sh

Before running ansible: sudo su ansible

Deploy specific github branch to specific django server:

cd /usr/local/etc/ansible && ansible-playbook --tags "codedeploy" -l "django4.servers.bornhack.org" --extra-vars "django_github_branch=feature/new-design-and-content" roles/playbook.yml

Deploy default github branch and update virtualenv:

cd /usr/local/etc/ansible && ansible-playbook --tags "codedeploy,pip" -l "django5.servers.bornhack.org" roles/playbook.yml

Reconfigure everything on all servers:

cd /usr/local/etc/ansible && ansible-playbook roles/playbook.yml

About

Ansible config for BornHack infrastructure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages