d93a3218af
Updates to the README to provide additional context and sync up with the file layout. Moved the setup folder to the install folder as the folder is specificially utilized to install.
9 lines
169 B
YAML
9 lines
169 B
YAML
---
|
|
- hosts: localhost
|
|
connection: local
|
|
name: "Install Ironic on the local host."
|
|
sudo: yes
|
|
gather_facts: yes
|
|
roles:
|
|
- install_standalone_ironic_localhost
|