mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
23 lines
819 B
YAML
23 lines
819 B
YAML
---
|
|
- name: SETUP -> metrics containers
|
|
hosts: metrics
|
|
vars_files:
|
|
- ../env_vars/base.yml
|
|
vars:
|
|
- update_apt_cache: yes
|
|
- motd_role: db
|
|
|
|
roles:
|
|
# - {role: 'base', tags: 'base'}
|
|
# - {role: 'ufw', tags: 'ufw'}
|
|
# - {role: 'docker', tags: 'docker'}
|
|
# - {role: 'repo', tags: ['repo', 'pull']}
|
|
# - {role: 'dnsmasq', tags: 'dnsmasq'}
|
|
# - {role: 'consul', tags: 'consul'}
|
|
# - {role: 'consul-client', tags: 'consul'}
|
|
# - {role: 'mongo-exporter', tags: 'mongo-exporter'}
|
|
- { role: "postgres-exporter", tags: "postgres-exporter" }
|
|
- { role: "redis-exporter", tags: "redis-exporter" }
|
|
- { role: "node-exporter", tags: ["node-exporter", "metrics"] }
|
|
- { role: "prometheus", tags: ["prometheus", "metrics"] }
|
|
- { role: "grafana", tags: ["grafana", "metrics"] }
|