a6fc6c92f5
Change-Id: I4f858af5cf65399e7236c0b7bd6c9d2cb5f1d9da
13 lines
344 B
YAML
13 lines
344 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
|
|
environment:
|
|
http_proxy: "{{ lookup('env','http_proxy') }}"
|
|
https_proxy: "{{ lookup('env','https_proxy') }}"
|