bifrost/playbooks/roles/bifrost-create-dib-image/defaults/main.yml
Julia Kreger a6bdca7083 Make simple-init element perform source-based install
The simple-init element and the program installed by it, glean,
is a fairly new utility and as such it would be best to install
from source to ensure that the latest bug fixes are available.

Change-Id: I4782580735b7ef5451a9913fe71c1b910a7cfd54
2015-07-31 16:40:32 -04:00

15 lines
377 B
YAML

---
dib_os_element: "debian"
dib_env_vars:
ELEMENTS_PATH: "/opt/stack/diskimage-builder/elements"
http_proxy: "{{ lookup('env','http_proxy') }}"
https_proxy: "{{ lookup('env','https_proxy') }}"
DIB_INSTALL_TYPE_simple_init: repo
build_ramdisk: false
dib_trace: false
dib_uncompressed: false
dib_clearenv: false
dib_notmpfs: false
dib_offline: false
dib_skipbase: false