ffcbfd0796
Change-Id: I39f4e49e7d22310a1f508d538c12a302f4c8e6e3
16 lines
349 B
YAML
16 lines
349 B
YAML
---
|
|
- hosts: "baremetal*.ic.openstack.org:!disabled"
|
|
gather_facts: true
|
|
roles:
|
|
- role: puppet
|
|
- hosts: "controller*.ic.openstack.org:!disabled"
|
|
gather_facts: true
|
|
roles:
|
|
- role: puppet
|
|
manage_config: true
|
|
- hosts: "compute*.ic.openstack.org:!disabled"
|
|
gather_facts: true
|
|
roles:
|
|
- role: puppet
|
|
manage_config: true
|