bifrost/playbooks/roles/bifrost-create-dib-image/defaults/main.yml
Ganesh Mahalingam 802cec490b Make init element configurable for bifrost vagrant VM
Bifrost vagrant uses simple-init by default for post install modifications.
This patch allows the use of an alternate init mechanism, eg: cloud-init

Change-Id: If22416f48fbf43173f008c86b978f11d937a8a99
Co-Authored-By: John.L.Villalovos <john.l.villalovos@intel.com>
Closes-Bug: #1541548
2016-02-05 11:41:18 -08:00

16 lines
368 B
YAML

---
dib_os_element: "debian"
dib_init_element: "simple-init"
dib_env_vars:
http_proxy: "{{ lookup('env','http_proxy') }}"
https_proxy: "{{ lookup('env','https_proxy') }}"
DIB_INSTALLTYPE_simple_init: repo
build_ramdisk: false
dib_trace: false
dib_uncompressed: false
dib_clearenv: false
dib_notmpfs: false
dib_offline: false
dib_skipbase: false
dib_packages: ""