b241bc9b93
Separate logic to handle OpenStack CI, and initial git clones out from the main logic pathways in order to make them capable of being more modular. Change-Id: I9367f2333849b3947c715b046c488695706ef783
10 lines
225 B
YAML
10 lines
225 B
YAML
---
|
|
- hosts: localhost
|
|
name: "Install Ironic on the local host."
|
|
connection: local
|
|
sudo: yes
|
|
gather_facts: yes
|
|
roles:
|
|
- { role: bifrost-prep-for-install, when: skip_install is not defined }
|
|
- ironic-install
|