- Web application: goserv.duckdns.org
- Active ports:
- Prometeus: 9090
- Grafana: 3000
- Alertmanager: 9093
- git
- python
- ansible (
apt install ansible)
git clone git@github.com:Kron-x/web_gocd web_go/ansible/- Add secrets in ansible/roles/app/defaults/main.yaml
echo -e "\ntelegram_bot_token: your_bot_token" >> roles/app_local/defaults/main.yamlecho -e "\ntelegram_chat_id: your_chat_id" >> roles/app_local/defaults/main.yaml
(replace your_bot_token and your_chat_id)
ansible-playbook playbook.yaml -e "target=localhost"