From cad49f76f9d33a7ba5371e3dc4ca9070e7b5b74a Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 27 Jul 2021 18:59:20 -0400 Subject: [PATCH 1/3] 2-common/tasks/packages.yml readability: Move to top --- roles/2-common/tasks/packages.yml | 32 +++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/roles/2-common/tasks/packages.yml b/roles/2-common/tasks/packages.yml index bcb36cae1..f0948aa90 100644 --- a/roles/2-common/tasks/packages.yml +++ b/roles/2-common/tasks/packages.yml @@ -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 @@ -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 From 661b8486a5ca454011dc3add5d4f37346e5c011c Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 27 Jul 2021 19:02:55 -0400 Subject: [PATCH 2/3] Update iiab-diagnostics.README.md --- scripts/iiab-diagnostics.README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/iiab-diagnostics.README.md b/scripts/iiab-diagnostics.README.md index 00ae4ddc7..aef45d8fd 100644 --- a/scripts/iiab-diagnostics.README.md +++ b/scripts/iiab-diagnostics.README.md @@ -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. From c23661bb56192957a174f289988527ce44ab0eee Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 27 Jul 2021 19:14:03 -0400 Subject: [PATCH 3/3] 2-common/tasks/packages.yml: Clarify ntfs-3g w/ 5.4+ kernels --- roles/2-common/tasks/packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/2-common/tasks/packages.yml b/roles/2-common/tasks/packages.yml index f0948aa90..3362c0ce5 100644 --- a/roles/2-common/tasks/packages.yml +++ b/roles/2-common/tasks/packages.yml @@ -26,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