mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update packages.yml
This commit is contained in:
parent
9387fe9f3c
commit
c9994fb1f0
1 changed files with 8 additions and 8 deletions
|
@ -14,16 +14,16 @@
|
||||||
# state: present
|
# state: present
|
||||||
# when: is_redhat
|
# when: is_redhat
|
||||||
|
|
||||||
- name: "Install 6 deb/apt packages: avahi-daemon, exfat-fuse, exfat-utils, inetutils-syslogd, libnss-mdns, wpasupplicant"
|
- name: "Install 4 deb/apt packages: exfat-fuse, exfat-utils, libnss-mdns, wpasupplicant"
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
#- avahi-discover
|
#- avahi-discover # 2021-07-27: Commented out long ago
|
||||||
- avahi-daemon
|
#- avahi-daemon # 2021-07-27: Holdover from the XO days and used to advertise ssh/admin-console being available via avahi-daemon
|
||||||
- exfat-fuse # Should no longer be nec with 5.4+ kernels
|
- exfat-fuse # Should no longer be nec with 5.4+ kernels
|
||||||
- exfat-utils # Likewise!
|
- exfat-utils # Likewise!
|
||||||
- inetutils-syslogd # Error logging facility
|
#- inetutils-syslogd # 2021-07-27: Error logging facility -- holdover from the XO days, journalctl has replaced this in newer distros
|
||||||
- libnss-mdns # Provides name resolution via mDNS (Multicast DNS) using Zeroconf/Bonjour e.g. Avahi
|
- libnss-mdns # 2021-07-27: Client-side library -- provides name resolution via mDNS (Multicast DNS) using Zeroconf/Bonjour e.g. Avahi
|
||||||
- wpasupplicant
|
- wpasupplicant # 2021-07-27: Client library for connections to a WiFi AP
|
||||||
state: present
|
state: present
|
||||||
#when: is_debuntu
|
#when: is_debuntu
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue