vm/define: the vm autostart flag survives even if the vm is undefined so we need...
[noc.git] / ansible / roles / vm / define / defaults / main.yml
1 ---
2 vm_define_autostart: "{{ not vm_define_installer and hostvars[hostname].install_cooked.autostart | default(False) }}"
3 vm_define_start: yes
4
5 vm_define_installer: no