10 lines
232 B
YAML
10 lines
232 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 | mandatory }}"
|