kolla/ansible/roles/barbican/tasks/reconfigure.yml

6 lines
216 B
YAML

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