kolla/ansible/roles/haproxy/tasks/main.yml

7 lines
144 B
YAML

---
- include: config.yml
when: inventory_hostname in groups['haproxy']
- include: start.yml
when: inventory_hostname in groups['haproxy']