Refactor VM definition playbook and template to a separate role
[noc.git] / ansible / roles / vm / define / defaults / main.yml
1 vm_define_autostart: "{{ not vm_define_installer and hostvars[hostname].install_cooked.autostart | default(False) }}"
2 vm_define_start: yes
3
4 vm_define_installer: no