From 5fefcb795d220be8703fe2a56ff92d30aa0ce079 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 30 Jul 2023 18:55:11 +0200 Subject: some workarounds and fixes for equinox-ws install to work --- roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'roles/installer/ubuntu/autoinstall/templates') diff --git a/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 b/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 index 98d6699b..93b952b6 100644 --- a/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 +++ b/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 @@ -203,7 +203,8 @@ autoinstall: apt: primary: - uri: http://{{ apt_repo_providers[apt_repo_provider].ubuntu.host }}{{ apt_repo_providers[apt_repo_provider].ubuntu.path }} - arches: {{ ubuntu_autoinstall_apt_arches | to_json}} + arches: + - amd64 user-data: hostname: "{{ host_name }}" @@ -249,9 +250,7 @@ autoinstall: - curtin in-target --target=/target -- sed -e 's/^\(\s*#*\s*Port.*\)/Port {{ ansible_port }}/' -i /etc/ssh/sshd_config {% endif %} - curtin in-target --target=/target -- apt-get -y -q purge multipath-tools open-vm-tools -{% if ubuntu_installer_codename != 'focal' %} - curtin in-target --target=/target -- apt-get -y -q purge systemd-oomd -{% endif %} {% if ubuntu_autoinstall_desktop is undefined %} - curtin in-target --target=/target -- apt-mark manual iputils-ping isc-dhcp-client netcat-openbsd netplan.io sudo - curtin in-target --target=/target -- apt-get -y -q purge policykit-1 ubuntu-minimal unattended-upgrades sound-theme-freedesktop thin-provisioning-tools cryptsetup byobu open-iscsi btrfs-progs pollinate lxd-agent-loader -- cgit v1.2.3