aboutsummaryrefslogtreecommitdiffstats
path: root/roles/vmm/templates/autoinstall.conf.j2
blob: af6506ee3b3e66c39a6c66a30ca29ce937a47f94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{% set host = hostvars[item.name] %}
System hostname = {{ item.name }}
Which network interface do you wish to configure = vio0
IPv4 address for vio0 = {{ host.__ip.external }}
Default IPv4 route = {{ ansible_default_ipv4.gateway }}
DNS domain name = {{ __global_domain_name_hosts }}.{{ __global_domain_name }}
DNS nameservers = {{ __global_domain_name_servers | join (" ") }}
Do you expect to run the X Window System = no
Password for root = {{ lookup('password', lookup('env', 'PWD') ~ '/files/secrets/hosts/' ~ host.inventory_hostname ~ '/root-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
Set name(s) = -x*
Set name(s) = -g*
remember that computers suck.