aboutsummaryrefslogtreecommitdiffstats
path: root/roles/vmm/templates
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-12-08 17:14:04 +0000
committerRomain Gonçalves <me@rgoncalves.se>2021-12-08 17:52:52 +0000
commitf86e57ffc10bc85168eff90269824d1462c22187 (patch)
treef3ac0460ab1d048542a3c9945753b3cc3add4d27 /roles/vmm/templates
parent5d97ad28f2a16aa60a974437183c3f663269c032 (diff)
downloadrules-f86e57ffc10bc85168eff90269824d1462c22187.tar.gz
roles/vmm: Network infos for autoinstall configurations
Diffstat (limited to 'roles/vmm/templates')
-rw-r--r--roles/vmm/templates/autoinstall.conf.j29
1 files changed, 5 insertions, 4 deletions
diff --git a/roles/vmm/templates/autoinstall.conf.j2 b/roles/vmm/templates/autoinstall.conf.j2
index 829c90f..7a784ab 100644
--- a/roles/vmm/templates/autoinstall.conf.j2
+++ b/roles/vmm/templates/autoinstall.conf.j2
@@ -1,16 +1,17 @@
{% set guest = hostvars[item.name] %}
System hostname = {{ item.name }}
-Network interfaces = vio0
-IPv4 address for vio0 = {{ host.__ip.external }}
-Using DNS domainname = {{ host.__domain_name }}
+Which network interface do you wish to configure = vio0
+IPv4 address for vio0 = {{ guest.__ip.external }}
+Default IPv4 route = "{{ ansible_default_ipv4.gateway }}"
+Using DNS domainname = {{ guest.__domain_name }}
Using DNS nameservers = {{ __global_domain_name_servers | join (" ") }}
Password for root = {{ vmm_default_password }}
Public ssh key for root account = {{ vmm_default_ssh_key }}
Which disk is the root disk = sd0
+URL to autopartitioning template for disklabel = http://{{ ansible_default_ipv4.address }}/{{ item.lladdr }}-disklabel.conf
Allow root ssh login = yes
What timezone are you in = {{ vmm_default_timezone }}
Unable to connect using https. Use http instead = {{ "yes" if vmm_default_fallback_http else "no" }}
Location of sets = http
HTTP Server = cdn.openbsd.org
-Server = {{ ansible_default_ipv4.gateway }}
Set name(s) = -all bsd* base* comp* man*
remember that computers suck.