summaryrefslogtreecommitdiffstats
path: root/ansible/deployment_poc/templates/grub.j2
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/deployment_poc/templates/grub.j2')
-rw-r--r--ansible/deployment_poc/templates/grub.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/deployment_poc/templates/grub.j2 b/ansible/deployment_poc/templates/grub.j2
new file mode 100644
index 0000000..ec4d4a0
--- /dev/null
+++ b/ansible/deployment_poc/templates/grub.j2
@@ -0,0 +1,3 @@
+default={% if os == 'openSUSE-Leap-x86_64' %}install-suse{% endif %}{% if os == 'OpenBSD-x86_64' %}install-openbsd{% endif %}
+
+{% if os == 'openSUSE-Leap-x86_64' %}installfile=autoinst_{{ vm_name }}.xml{% endif %}