summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--installer-ansible.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/installer-ansible.yml b/installer-ansible.yml
index 8e99730..b545e55 100644
--- a/installer-ansible.yml
+++ b/installer-ansible.yml
@@ -50,6 +50,20 @@
install -d /etc/systemd/system/ssh.service.wants
ln -nsf /etc/systemd/system/v-i-config.service /etc/systemd/system/ssh.service.wants/v-i-config.service
+ - name: "add non-free-firmware (and more) to apt sources, for wifi"
+ apt_repository:
+ repo: "deb http://deb.debian.org/debian bookworm contrib non-free non-free-firmware"
+
+ - name: "install wifi firmware"
+ apt:
+ name:
+ - firmware-brcm80211
+ - firmware-iwlwifi
+ - firmware-libertas
+ - firmware-misc-nonfree
+ - firmware-realtek
+ - firmware-ti-connectivity
+
# Install vmdb2, which actually does the installation to the
# target system.