bifrost/playbooks/install.yaml
Lokesh S a6fc6c92f5 setting proxies at roles level using lookup plugin
Change-Id: I4f858af5cf65399e7236c0b7bd6c9d2cb5f1d9da
2015-07-06 23:28:12 +05:30

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') }}"