mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
2-common/tasks/packages.yml: lint & explain
This commit is contained in:
parent
e36d48e7b4
commit
3a91d7f2ec
1 changed files with 9 additions and 9 deletions
|
@ -19,10 +19,10 @@
|
||||||
name:
|
name:
|
||||||
#- avahi-discover
|
#- avahi-discover
|
||||||
- avahi-daemon
|
- 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
|
- inetutils-syslogd # Error logging facility
|
||||||
- libnss-mdns
|
- libnss-mdns # Provides name resolution via mDNS (Multicast DNS) using Zeroconf/Bonjour e.g. Avahi
|
||||||
- wpasupplicant
|
- wpasupplicant
|
||||||
state: present
|
state: present
|
||||||
when: is_debuntu
|
when: is_debuntu
|
||||||
|
@ -30,15 +30,15 @@
|
||||||
- name: "Install 22 common packages: acpid, bridge-utils, bzip2, curl, gawk, hostapd, htop, i2c-tools, logrotate, make, mlocate, netmask, net-tools, ntfs-3g, pandoc, pastebinit, rsync, sqlite3, tar, unzip, usbutils, wget"
|
- name: "Install 22 common packages: acpid, bridge-utils, bzip2, curl, gawk, hostapd, htop, i2c-tools, logrotate, make, mlocate, netmask, net-tools, ntfs-3g, pandoc, pastebinit, rsync, sqlite3, tar, unzip, usbutils, wget"
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- acpid
|
- acpid # Daemon for ACPI (power mgmt) events
|
||||||
- bridge-utils
|
- bridge-utils # DEPRECATED according to https://wiki.linuxfoundation.org/networking/bridge
|
||||||
- bzip2
|
- bzip2
|
||||||
- curl
|
- curl
|
||||||
#- etckeeper # "nobody is really using etckeeper and it's bloating the filesystem every time apt runs" per @jvonau at https://github.com/iiab/iiab/issues/1146
|
#- etckeeper # "nobody is really using etckeeper and it's bloating the filesystem every time apt runs" per @jvonau at https://github.com/iiab/iiab/issues/1146
|
||||||
- gawk
|
- gawk
|
||||||
- hostapd
|
- hostapd
|
||||||
- htop
|
- htop
|
||||||
- i2c-tools
|
- i2c-tools # Low-level bus/chip/register/EEPROM tools e.g. for RTC
|
||||||
- logrotate
|
- logrotate
|
||||||
#- lynx # Installed by 1-prep's roles/iiab-admin/tasks/access.yml
|
#- lynx # Installed by 1-prep's roles/iiab-admin/tasks/access.yml
|
||||||
- make
|
- make
|
||||||
|
@ -56,6 +56,6 @@
|
||||||
- tar
|
- tar
|
||||||
- unzip
|
- unzip
|
||||||
#- usbmount # Moved to roles/usb_lib/tasks/install.yml
|
#- usbmount # Moved to roles/usb_lib/tasks/install.yml
|
||||||
- usbutils
|
- usbutils # Should this also move to roles/usb_lib/tasks/install.yml ?
|
||||||
- wget
|
- wget
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue