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
14 lines
317 B
YAML
14 lines
317 B
YAML
---
|
|
- hosts: localhost
|
|
connection: local
|
|
name: "Collect facts"
|
|
sudo: no
|
|
gather_facts: yes
|
|
- hosts: baremetal
|
|
name: "Create configuration drive files and deploy machines from inventory"
|
|
sudo: no
|
|
connection: local
|
|
roles:
|
|
- role: bifrost-configdrives-dynamic
|
|
- role: bifrost-deploy-nodes-dynamic
|