mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge branch 'iiab:master' into usr-sbin_security-norm
This commit is contained in:
commit
253ab80d1b
2 changed files with 19 additions and 19 deletions
|
@ -1,19 +1,3 @@
|
|||
#- name: "Install 10 yum/dnf packages: avahi, avahi-tools, createrepo, linux-firmware, nss-mdns, openssl, syslog, wpa_supplicant, xml-common, yum-utils (redhat)"
|
||||
# package:
|
||||
# name:
|
||||
# - avahi
|
||||
# - avahi-tools
|
||||
# - createrepo
|
||||
# - linux-firmware
|
||||
# - nss-mdns
|
||||
# - openssl # FC 18 does not supply, but pear requires
|
||||
# - syslog
|
||||
# - wpa_supplicant
|
||||
# - xml-common
|
||||
# - yum-utils
|
||||
# state: present
|
||||
# when: is_redhat
|
||||
|
||||
- name: '2021-07-27: SEE ALSO ~3 networking packages EARLIER installed by https://github.com/iiab/iiab/blob/master/roles/1-prep/tasks/raspberry_pi.yml'
|
||||
meta: noop
|
||||
|
||||
|
@ -42,7 +26,7 @@
|
|||
#- make # 2021-07-27: Currently used by roles/pbx and no other roles
|
||||
- mlocate
|
||||
- net-tools # 2021-04-26: @jvonau suggests possibly deleting this...unless oldtimers really want these older commands in iiab-diagnostics output?
|
||||
#- ntfs-3g # 2021-07-27: RaspiOS installs this regardless -- but this should no longer be nec, similar to exfat packages above -- however, see also this symlink warning: https://superuser.com/questions/1050544/mount-with-kernel-ntfs-and-not-ntfs-3g
|
||||
#- ntfs-3g # 2021-07-27: RaspiOS installs this regardless -- but this should no longer be nec with 5.4+ kernels, similar to exfat packages above -- however, see also this symlink warning: https://superuser.com/questions/1050544/mount-with-kernel-ntfs-and-not-ntfs-3g
|
||||
#- openssh-server # ssh (Raspbian) or openssh-server (other OS's) already installed by 1-prep's roles/sshd/tasks/main.yml
|
||||
- pandoc # For /usr/bin/iiab-refresh-wiki-docs
|
||||
- pastebinit # For /usr/bin/iiab-diagnostics
|
||||
|
@ -57,3 +41,19 @@
|
|||
- wget
|
||||
- wpasupplicant # 2021-07-27: RaspiOS installs this regardless -- client library for connections to a WiFi AP
|
||||
state: present
|
||||
|
||||
#- name: "Install 10 yum/dnf packages: avahi, avahi-tools, createrepo, linux-firmware, nss-mdns, openssl, syslog, wpa_supplicant, xml-common, yum-utils (redhat)"
|
||||
# package:
|
||||
# name:
|
||||
# - avahi
|
||||
# - avahi-tools
|
||||
# - createrepo
|
||||
# - linux-firmware
|
||||
# - nss-mdns
|
||||
# - openssl # FC 18 does not supply, but pear requires
|
||||
# - syslog
|
||||
# - wpa_supplicant
|
||||
# - xml-common
|
||||
# - yum-utils
|
||||
# state: present
|
||||
# when: is_redhat
|
||||
|
|
|
@ -8,7 +8,7 @@ The ``pastebinit`` command can then be used to auto-upload this file, creating a
|
|||
|
||||
But first off, the file is compiled by harvesting 1 + 6 kinds of things:
|
||||
|
||||
0. Filename Header + Git Hashes + Raspberry Pi Model + OS
|
||||
0. Filename Header + Git Hashes + Raspberry Pi Model + OS + CPU Architecture(s)
|
||||
|
||||
1. Files specially requested (if you run ``sudo iiab-diagnostics PATH/FILE1 PATH/FILE2``)
|
||||
|
||||
|
@ -62,4 +62,4 @@ But first off, the file is compiled by harvesting 1 + 6 kinds of things:
|
|||
|
||||
## Source Code
|
||||
|
||||
Please look over the bottom of [iiab-diagnostics](iiab-diagnostics) (lines 106-222 especially) to learn more about which common IIAB files and commands make this rapid troubleshooting possible.
|
||||
Please look over the bottom of [iiab-diagnostics](iiab-diagnostics) (lines 106-224 especially) to learn more about which common IIAB files and commands make this rapid troubleshooting possible.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue