home · contact · privacy
Add wifi config to ansible script.
authorChristian Heller <c.heller@plomlompom.de>
Sat, 15 Apr 2017 19:58:59 +0000 (21:58 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sat, 15 Apr 2017 19:58:59 +0000 (21:58 +0200)
ansible/config.yml
ansible/files/apt-mark/wifi [new file with mode: 0644]

index 9167ee86e1ba4373d2fc1940deab2c1b7bbf7055..8f258a0f819046aacd1c5a5068e0b8a50aa1c643 100644 (file)
     apt: name={{item}} state=present
     with_lines: cat ~/config/ansible/files/apt-mark/browser_environment | sed -e 's/ *#.*$//'
 
+  # Ensure wifi.
+  - name: ensure browser environment
+    apt: name={{item}} state=present
+    with_lines: cat ~/config/ansible/files/apt-mark/wifi | sed -e 's/ *#.*$//'
+
   # Ensure audio/video consumption necessities.
   - name: ensure multimedia tools
     apt: name={{item}} state=present
diff --git a/ansible/files/apt-mark/wifi b/ansible/files/apt-mark/wifi
new file mode 100644 (file)
index 0000000..0d9d93c
--- /dev/null
@@ -0,0 +1,4 @@
+firmware-iwlwifi  # wifi driver
+wicd-cli  # thanks to my own wicd_wrapper.sh should be enough for most stuff
+wicd-curses  # although this currently is very buggy
+wicd-gtk  # workaround for when wicd-curses fails