mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 10:47:32 +01:00
14 lines
706 B
YAML
14 lines
706 B
YAML
---
|
|
|
|
# Controls if (`matrix_prometheus_node_exporter` -> `prometheus_node_exporter`) validation will run.
|
|
matrix_playbook_migration_matrix_prometheus_node_exporter_migration_validation_enabled: true
|
|
|
|
# Controls if (`matrix_prometheus_postgres_exporter` -> `prometheus_postgres_exporter`) validation will run.
|
|
matrix_playbook_migration_matrix_prometheus_postgres_exporter_migration_validation_enabled: true
|
|
|
|
# Controls if (`matrix_backup_borg` -> `backup_borg`) validation will run.
|
|
matrix_playbook_migration_matrix_backup_borg_migration_validation_enabled: true
|
|
|
|
# Controls if (`matrix_grafana` -> `grafana`) validation will run.
|
|
matrix_playbook_migration_matrix_grafana_migration_validation_enabled: true
|