Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1009 Bytes

README.md

File metadata and controls

49 lines (28 loc) · 1009 Bytes

Ansible playbook

this is the collection of ansible playbooks used in open-infrastructure.de

Setup

git submodule init
git submodule update --recursive

Playbooks

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