system-config/playbooks/remote_puppet_infracloud.yaml
Colleen Murphy faa60d37d3 Add the baremetal hpuswest host to the ansible
Change-Id: I6018c4f3cec9693d2b4e633a43ef82028f2923e4
2016-02-23 11:49:19 -08:00

14 lines
297 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
- hosts: "compute*.ic.openstack.org:!disabled"
gather_facts: true
roles:
- role: puppet