bifrost/playbooks/enroll-dynamic.yaml
Julia Kreger a170e0c37d Addition of dynamic enrollment and deployment playbooks
Adding dynamic enrollment and deployment playbooks that leverage the
dynamic inventory functionality.  Additionally updated the README
to represent these newer playbooks.

Change-Id: I072b0d053048843521c4258655c212399a96d83f
2015-06-25 13:07:16 +00:00

13 lines
244 B
YAML

---
- hosts: localhost
connection: local
name: "Collect facts"
sudo: no
gather_facts: yes
- hosts: baremetal
connection: local
name: "Enroll hardware from inventory into Ironic"
sudo: no
roles:
- role: ironic-enroll-dynamic