046b4dfd4b
Change-Id: I29f4d999c711f11f2db4e2d68b3ff194f0ab032b Partially-implements: blueprint better-reconfigure Co-Authored-By: Mark Goddard <mark@stackhpc.com> Co-Authored-By: wu.chunyang <wu.chunyang@99cloud.net>
13 lines
280 B
YAML
13 lines
280 B
YAML
---
|
|
- include: register.yml
|
|
when: enable_keystone | bool and
|
|
(inventory_hostname in groups['ironic-api'] or
|
|
inventory_hostname in groups['ironic-inspector'])
|
|
|
|
- include: config.yml
|
|
|
|
- include: bootstrap_service.yml
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|