Skip to content
Snippets Groups Projects
loadbalancer.yml 165 B
Newer Older
---
- name: "Configure haproxy for {{ project_name }}"
  import_role:
    role: haproxy-config
  vars:
    project_services: "{{ grafana_services }}"
  tags: always