kolla-ansible/ansible/roles/haproxy/tasks/deploy.yml
SamYaple e435042b9b Allow haproxy role to pull images
Change-Id: I094f1d35f60bf566ba7382504a7425f16ae975d8
Partially-Implements: blueprint pre-pull-images
2016-01-06 04:23:28 +00:00

7 lines
144 B
YAML

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