kolla-ansible/ansible/roles/barbican/tasks/reconfigure.yml
zhubingbing e0537385d0 Add Barbican ansible role
Partially-Implements: blueprint barbican-ansible

Change-Id: Id6be35b1d0527d5c38d4ea8576b233ebcc404718
2016-09-13 02:56:27 +00:00

7 lines
232 B
YAML

---
- include: do_reconfigure.yml
serial: "30%"
when: inventory_hostname in groups['barbican-api']
or inventory_hostname in groups['barbican-keystone-listener']
or inventory_hostname in groups['barbican-worker']