25 lines
598 B
YAML
25 lines
598 B
YAML
- hosts: metricspi
|
|
roles:
|
|
- role: trustca
|
|
ca: dch-root-ca
|
|
# The metricspi OS does not include tools for managing the system
|
|
# CA trust store. Fortunately, the only application that needs to
|
|
# use a custom CA is Grafana, which supports using an alternate CA
|
|
# certificate path.
|
|
ca_store_dir: /etc/ssl/certs
|
|
ca_update_cmd: 'true'
|
|
tags:
|
|
- trustca
|
|
|
|
- import_playbook: victoria-metrics.yml
|
|
- hosts: metricspi
|
|
roles:
|
|
- victoria-metrics-nginx
|
|
|
|
- import_playbook: alertmanager.yml
|
|
- import_playbook: grafana.yml
|
|
|
|
- hosts: metricspi
|
|
roles:
|
|
- scrape-collectd
|