- Install ansible (prefer newer ansible versions which are python 3 compatible)
- Copy
ansible.cfg.example
toansible.cfg
Please note: Replace with either production or staging in the commands below
ansible-playbook -i environments/<ENVIRONMENT>/inventory.yml playbooks/install_signaltower.yml
ansible-galaxy collection install community.general
(node)ansible-playbook -i environments/<ENVIRONMENT>/inventory.yml playbooks/install_palava_web.yml
Requirements: jmespath (deployer host), unzip (target host)
ansible-galaxy install cloudalchemy.grafana
ansible-playbook -i environments/monitoring/inventory.yml playbooks/install_grafana.yml
ansible-galaxy install cloudalchemy.prometheus
ansible-playbook -i environments/monitoring/inventory.yml playbooks/install_prometheus.yml