diff options
-rw-r--r-- | inventory/host_vars/ch-tarvos.yml | 1 | ||||
-rw-r--r-- | roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-tarvos.yml b/inventory/host_vars/ch-tarvos.yml index f92255b3..1b457d84 100644 --- a/inventory/host_vars/ch-tarvos.yml +++ b/inventory/host_vars/ch-tarvos.yml @@ -12,6 +12,7 @@ debian_preseed_install_tasks: install: + efi: no disks: primary: /dev/disk/by-id/ata-Samsung_SSD_850_PRO_128GB_S1SMNSAG201847J system_lvm: diff --git a/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 b/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 index fd78bc4d..8857cf2d 100644 --- a/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 +++ b/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 @@ -19,9 +19,11 @@ autoinstall: {% else %} addresses: - {{ network.primary.address }} +{% if 'gataway' in network.primary %} routes: - to: default via: {{ network.primary.gateway }} +{% endif %} {% if (network.nameservers | default([]) | length) > 0 %} nameservers: search: [ {{ network.domain }} ] |