bifrost/enroll.yaml
2015-03-12 17:13:44 -04:00

11 lines
278 B
YAML

---
- hosts: localhost
connection: local
name: "Enroll hardware from baremetal.csv into Ironic"
sudo: yes
gather_facts: yes
roles:
- role: ironic-enroll
baremetal_csv_file: "{{ baremetal_csv_file }}"
ipmi_bridging: "{{ ipmi_bridging|default('no') }}"