this is the collection of ansible playbooks used in open-infrastructure.de
git submodule init
git submodule update --recursive
This is the base playbook to setup the hosts
ansible-playbook prometheus.yml -i inventory/devops.yml --vault-password-file secret.txt
The IPsec playbook to setup the VPN infrastructure
ansible-playbook prometheus.yml -i inventory/vpn.yml --vault-password-file secret.txt
This playbook automates the jitsi.rocks infrastructure (or at least the monitoring)
ansible-playbook prometheus.yml -i inventory/jitsirocks.yml --vault-password-file secret.txt
This playbook deploys the prometheus based monitoring
ansible-playbook monitoring.yml -i inventory/devops.yml --vault-password-file secret.txt