a170e0c37d
Adding dynamic enrollment and deployment playbooks that leverage the dynamic inventory functionality. Additionally updated the README to represent these newer playbooks. Change-Id: I072b0d053048843521c4258655c212399a96d83f
13 lines
244 B
YAML
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
|