Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 lines
333 B

  1. ---
  2. - tags:
  3. - setup-all
  4. - setup-prometheus
  5. - setup-prometheus-services-connect
  6. - install-all
  7. - install-prometheus-services-connect
  8. block:
  9. - when: matrix_prometheus_services_connect_synapse_rules_download_enabled | bool
  10. ansible.builtin.include_tasks: "{{ role_path }}/tasks/install_synapse_rules.yml"