kolla-ansible/ansible/roles/haproxy/tasks/reconfigure.yml
MD NADEEM a41ab6fd73 Reconfigure for haproxy
Add reconfiguration for haproxy

Co-Authored-By: Jeffrey Zhang <jeffrey.zhang@99cloud.net>
Closes-Bug: #1553528
Change-Id: Ibe9266dfac8e79c5aa56a17eb908ff12cd81cc05
2016-03-17 21:12:52 +08:00

5 lines
98 B
YAML

---
- include: do_reconfigure.yml
serial: "30%"
when: inventory_hostname in groups['haproxy']