1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
Commit graph

865 commits

Author SHA1 Message Date
Jerry Vonau
67dd6f36d8 uname -m 2021-08-14 15:16:29 -05:00
Jerry Vonau
55cadb8cde mariadb-connector-odbc 2021-08-13 17:13:30 -05:00
A Holt
cc670fc12c
Merge branch 'master' into virtualenv-for-kalite 2021-08-02 04:34:04 -04:00
A Holt
eabd521200
scripts/local_facts.fact: Guidance for OS/distro support #2891 2021-07-31 11:05:48 -04:00
root
5ebf826193 Desupport Debian 10 + lay groundwork for Debian 12 (Bookworm) 2021-07-31 08:58:10 -04:00
root
da73eca209 Merge branch 'virtualenv-for-kalite' of https://github.com/holta/iiab into virtualenv-for-kalite 2021-07-30 18:19:38 -04:00
root
82a636ced5 0-init/defaults/main.yml: reconcile stale vars 2021-07-30 15:37:04 -04:00
A Holt
d78c107490
Merge branch 'iiab:master' into virtualenv-for-kalite 2021-07-30 06:51:21 -04:00
root
66ebc95dfe Tighten up 0-init, 1-prep etc for understandability 2021-07-30 04:01:12 -04:00
root
f28a780751 scripts/ansible: Update comments 2021-07-29 16:32:02 -04:00
root
7a6f854a3f Explain Ansible modules used w/ 4+1 packages {python3-*, virtualenv} 2021-07-29 12:34:32 -04:00
root
c5a3c615cc scripts/ansible: Fix typo in comment 2021-07-29 10:07:22 -04:00
root
2b8301bbec Clarify scripts/ansible & 2-common/tasks/packages.yml 2021-07-29 10:01:22 -04:00
A Holt
bb61e39c80
Rename ansible.md to ansible.md.unused 2021-07-29 07:59:37 -04:00
root
e88c5df3df mv 3 python3-* pkgs FROM scripts/ansible TO roles {mysql, postsgresql, munin} 2021-07-28 19:10:22 -04:00
A Holt
a6acf8261c
scripts/ansible: Remove package 'virtualenv' 2021-07-28 15:13:32 -04:00
A Holt
661b8486a5
Update iiab-diagnostics.README.md 2021-07-27 19:02:55 -04:00
A Holt
8b1c7321df
iiab-diagnostics: Show CPU arch(es) near the top 2021-07-27 10:12:58 -04:00
A Holt
299adb17da
iiab-diagnostics: dpkg --print-architecture && dpkg --print-foreign-architectures 2021-07-27 09:50:27 -04:00
A Holt
4d746e5eb0
scripts/ansible: Clarify pip3 is required e.g. on RaspiOS 2021-07-20 10:30:21 -04:00
A Holt
e8613a4082
Mention contingency options: ansible-base 2.10.12, ansible 2.9.24 2021-07-20 09:34:50 -04:00
A Holt
526f59bf20
Recommend ansible-core 2.11.3 2021-07-19 21:18:32 -04:00
A Holt
14b7e23ca0
Typo in scripts/ansible 2021-06-22 08:41:37 -04:00
A Holt
16efa3c4cf
scripts/ansible: Comment out unused code 2021-06-22 08:40:38 -04:00
A Holt
409e8bc468
Recommend ansible-core 2.11.2 2021-06-22 08:20:02 -04:00
A Holt
2d82ecd8e2
Update local_facts.fact 2021-06-19 18:44:12 -04:00
A Holt
66b9f469e8
Update local_facts.fact 2021-06-19 18:33:09 -04:00
A Holt
262f7dd484
Update local_facts.fact 2021-06-19 18:01:07 -04:00
A Holt
28da43444a
scripts/ansible: Mention 'ansible-galaxy collection list' 2021-05-27 13:34:51 -04:00
A Holt
eb4a23c0c3
Warning about ansible moving from /usr/bin to /usr/local/bin 2021-05-27 13:18:45 -04:00
A Holt
434d9eeaee
scripts/ansible: Clarify that we no longer install Ansible from PPA 2021-05-27 12:18:27 -04:00
A Holt
df8f3b0d45
scripts/ansible: Doc touchup 2021-05-27 11:47:23 -04:00
A Holt
89a8b106c2
scripts/ansible attempts to upgrade of Ansible (functionality restored) 2021-05-27 11:43:42 -04:00
A Holt
36323c3630
scripts/ansible: Explain how to verify Ansible 2021-05-25 12:53:46 -04:00
A Holt
365c6b44ac
scripts/ansible: Cleaner output 2021-05-25 12:43:02 -04:00
A Holt
d360e25a9c
scripts/ansible: Clarify output 2021-05-25 12:39:58 -04:00
A Holt
2a6b9dde4a
Update ansible.md 2021-05-24 23:50:17 -04:00
A Holt
4f135cd3ff
scripts/ansible: Update commentary 2021-05-24 23:40:42 -04:00
A Holt
48c0430ba2
scripts/ansible: Clarify new flow 2021-05-24 23:16:26 -04:00
A Holt
1a58109f20
scripts/ansible: Cleaner commentary re apt then pip 2021-05-24 23:01:02 -04:00
A Holt
186b3f1b9f
Merge pull request #2803 from jvonau/ans_pip
ansible - install dependencies before pip
2021-05-24 22:35:02 -04:00
A Holt
dfd222ef93
scripts/ansible: pip -> pip3 2021-05-24 21:07:02 -04:00
A Holt
2097abc4a8
Released: ansible-core 2.11.1, ansible-base 2.10.10, ansible 2.9.22 2021-05-24 21:04:21 -04:00
Jerry Vonau
a3bcda07e7 ansible - install dependencies before pip
pip will install the same packages but in /local/lib if the dependency
is not already in the system path, fill the system path with all the
dependencies before doing the local pip install. Helps avoid
overlapping of apt vs pip managed files.
2021-05-24 10:49:07 -05:00
A Holt
dc48fa0c6b
scripts/ansible: Clarity ~24MB Collections 2021-05-19 15:24:45 -04:00
A Holt
49875747e3
IIAB's 4 Ansible Collections shrank from ~37MB to ~24MB 2021-05-19 13:08:23 -04:00
A Holt
c26261752f
Better explain how to verify your Ansible version/installation 2021-05-19 12:28:14 -04:00
A Holt
58ee527fa5
Crystal Ball: Explain interim 'pip3 install ansible-core' at top of scripts/ansible 2021-05-19 11:38:58 -04:00
A Holt
9b4b31b369
scripts/ansible: Fix explanatory URL to scripts/ansible.md 2021-05-19 11:02:38 -04:00
A Holt
5b2994ef33
scripts/ansible: Touch up operator explanation 2021-05-19 10:58:01 -04:00
A Holt
56f08958fe
scripts/ansible: Touch up comment 2021-05-19 10:17:37 -04:00
A Holt
3771b910da
scripts/ansible: Touch up comment 2021-05-19 10:14:26 -04:00
A Holt
82069c386f
Merge branch 'master' into ansible-core-2.11-b 2021-05-04 04:27:54 -04:00
A Holt
33a1212f4e
scripts/ansible: Mention Ansible 2.9.21 2021-05-04 04:18:47 -04:00
A Holt
f967a9ad24
scripts/ansible clarifs: /etc/ansible/hosts not needed, etc 2021-05-03 21:07:14 -04:00
A Holt
647efb42e9
scripts/ansible: further clarify pip -> pip3 2021-05-03 21:03:49 -04:00
A Holt
87c9fe1c53
scripts/ansible: clarify python3-pip & pip3 2021-05-03 21:00:08 -04:00
A Holt
3422ec1369
scripts/ansible: further clarify ansible-base 2.10.9 2021-05-03 20:56:44 -04:00
A Holt
4895cd4d86
scripts/ansible: further document ansible-base 2.10.9 2021-05-03 20:53:30 -04:00
A Holt
06a04dbd95
Merge branch 'master' into ansible-core-2.11-b 2021-05-03 20:45:30 -04:00
A Holt
06225ab681
scripts/ansible: recommend ansible-base 2.10.9 2021-05-03 20:37:46 -04:00
root
6e8e8d7842 2-common/tasks/packages.yml merge conflic resolved 2021-04-28 10:52:50 -04:00
A Holt
b0a2db30de
scripts/ansible: yet another well-meaning blog post trying to decypher /etc/apt/trusted.gpg.d quagmire 2021-04-27 14:06:44 -04:00
Jerry Vonau
5092229fcc replace 'brctl' with 'bridge' 2021-04-26 22:29:54 -05:00
A Holt
99558b07a6
scripts/ansible: spacing touch up 2021-04-26 09:52:59 -04:00
root
593a02a02f CLARIF: /etc/apt/trusted.gpg.d is considered insecure 2021-04-26 09:17:31 -04:00
root
36053a3bc0 Install & document /usr/share/keyrings/iiab-ansible-keyring.gpg 2021-04-26 09:05:37 -04:00
Jerry Vonau
a401b38907 touch up notes 2021-04-23 03:11:09 -05:00
Jerry Vonau
9d12ad09ac save an apt update 2021-04-22 19:46:37 -05:00
Jerry Vonau
f41e4d7c65 just load the key from the repo to avoid apt-key issues 2021-04-22 19:39:22 -05:00
A Holt
4d25baa6c0
scripts/ansible: "$APT_PATH/apt -y install python3-pip" 2021-04-19 11:41:11 -04:00
A Holt
436e30726a
Experiment: do not create directory /etc/ansible & /etc/ansible/hosts 2021-04-19 11:29:42 -04:00
A Holt
f7ee26ddfd
scripts/ansible: "pip3 install ansible-core" interim/alternative 2021-04-19 11:07:50 -04:00
A Holt
58b972cdf7
scripts/ansible: further explain .travis.yml 2021-04-18 16:20:08 -04:00
root
ead6a2375a ansible-base (2.10) -> ansible-core (2.11+) transition very soon 2021-04-18 14:12:26 -04:00
root
2ebf8aefc9 'ansible --version' output was being truncated 2021-04-13 12:14:27 -04:00
A Holt
4f0c31969c
scripts/ansible: recommend ansible-base 2.10.8 2021-04-13 02:12:05 -04:00
A Holt
983c60611c
scripts/ansible doc: mention rename ansible-base -> ansible-core (forthcoming) 2021-04-06 14:26:07 -04:00
A Holt
2c5aa95bef
ansible/scripts: clarify legacy options to install 2.9.19 & 2.10.7 2021-03-15 22:44:01 -04:00
A Holt
0c35964604
Recommend ansible-base 2.10.7 2021-03-15 22:40:56 -04:00
A Holt
759269c489
scripts/ansible: Mention #2659 with 'ansible-galaxy collection list' 2021-03-07 12:05:57 -05:00
A Holt
2fa9ab6096
scripts/ansible: ansible-base is being renamed to ansible-core (effective soon, in coming weeks) 2021-03-07 11:54:17 -05:00
A Holt
804ea8e95f
scripts/ansible: Mention pip3 in addition to pip 2021-02-26 10:50:35 -05:00
A Holt
67352afe9d
script/ansible: Link to Contributors Guide, summarizing IIAB's use of Ansible 2021-02-26 10:29:33 -05:00
A Holt
1565d096b4
scripts/ansible doc tweak 2021-02-25 19:22:38 -05:00
A Holt
6022d372f0
scripts/ansible: "bash -e" is debatable (document it for now) 2021-02-25 09:10:17 -05:00
A Holt
c28900a7db
Spacing tweak 2021-02-25 08:49:32 -05:00
A Holt
32e9021fdc
scripts/ansible: Minor readability tweaks 2021-02-25 08:48:44 -05:00
root
f2567fd807 scripts/ansible: document Ansible Collections 2021-02-25 00:00:05 -05:00
root
37af289942 scripts/ansible installs bionic-or-focal 2021-02-24 23:29:59 -05:00
A Holt
7dcd469144
Merge pull request #2685 from holta/ansible-2.10.6
Recommend ansible-base 2.10.6
2021-02-21 09:36:08 -05:00
A Holt
7bb1628c83
Recommend ansible-base 2.10.6 2021-02-21 09:29:50 -05:00
A Holt
877fe724af
iiab-diagnostics: redact commented passwords 2021-02-18 14:07:56 -05:00
A Holt
0e7169cf1f
Update local_facts.fact 2021-01-29 19:03:28 -05:00
A Holt
c3aa051770
Rename calibre-install-packages.sh.unusued to calibre-install-packages.sh.unused 2021-01-29 18:47:20 -05:00
A Holt
06209eeb90
Merge pull request #2671 from holta/postgresql-collection
Install community.postgresql Ansible collection
2021-01-28 20:30:51 -05:00
A Holt
45866f2eb9
~4 instead of ~3 Andible collections going forward 2021-01-28 20:26:11 -05:00
A Holt
f46d469eb7
ansible-base 2.10.5 2021-01-18 19:48:49 -05:00
A Holt
6ecad1da05
Mentions Ansible 2.9.16 as possible alternative 2020-12-15 06:25:41 -05:00
A Holt
1d52a96dbe
Merge pull request #2662 from holta/ansible-2.10.4
Recommend Ansible (ansible-base) 2.10.4
2020-12-15 06:08:09 -05:00
A Holt
e18a89975e
Recommend Ansible (ansible-base) 2.10.4 2020-12-15 05:59:45 -05:00
A Holt
45dbfaaa2b
Update iiab-diagnostics.README.md 2020-12-09 22:06:19 -05:00
A Holt
dd831aa946
iiab-dagnostics: untabify indentation 2020-12-09 12:35:26 -05:00
A Holt
112a68802c
iiab-dagnostics: untabify indentation 2020-12-09 12:32:20 -05:00
root
321075350f iiab-diagnostics: handle filenames that contain spaces 2020-12-09 12:17:51 -05:00
A Holt
a3fc75d9ef
scripts/ansible: code readability 2020-11-28 21:18:58 -05:00
A Holt
5314234167
scripts/ansible: Mention PRs #2647 #2652 #2653 #2655 2020-11-28 20:55:20 -05:00
A Holt
105bbdc0b9
ansible-galaxy -r /opt/iiab/iiab/collections.yml 2020-11-28 20:27:53 -05:00
root
55f0707187 scripts/ansible: Explain /usr/share/ansible/collections/ansible_collections 2020-11-28 22:39:00 +00:00
A Holt
850aedd808
scripts/ansible: --force-with-deps -r collections.yml -p /usr/share/ansible/collections 2020-11-28 17:09:04 -05:00
A Holt
22fb735fb8
scripts/ansible: Mention PRs #2652 & #2653 2020-11-28 10:32:15 -05:00
A Holt
243fe86c22
scripts/ansible: Clarify upgrading of (3) Ansible Collections 2020-11-28 10:14:08 -05:00
A Holt
f6fafe6b2c
scripts/ansible: Explain that we try to upgrade Ansible Collections (3 for now) 2020-11-28 10:11:33 -05:00
A Holt
97c3229056
scripts/ansible: try --force-with-deps with Ansible Collections 2020-11-28 09:15:58 -05:00
A Holt
b8c98ced1b
scripts/ansible: js-menu path cleanup typo 2020-11-27 22:14:26 -05:00
root
fe6b95e612 scripts/ansible: cleaner comment 2020-11-27 21:13:00 -05:00
root
5609e234af scripts/ansible: Clarify ansible-base 2.10.3+ 2020-11-27 21:00:30 -05:00
root
860d05ec5d scripts/ansible: 2 -> 3 Ansible Collections 2020-11-27 20:57:54 -05:00
root
e392ba625c 2-common/tasks/main.yml: try to reconcile sysctl settings 2020-11-27 20:51:51 -05:00
A Holt
45cba4e4ee
scripts/ansible: clarify possible need for ansible.posix collection 2020-11-27 16:51:57 -05:00
A Holt
15dffe7ac5
#ansible-galaxy collection install ansible.posix 2020-11-27 08:16:01 -05:00
root
3ecfa69c82 Prepare for Ubuntu 21.04 (Hirsute Hippo) 2020-11-15 00:25:49 +00:00
A Holt
841d5da580
Merge pull request #2621 from holta/ansible-2.10.3
Bump ansible-base recommendation: 2.10.2 -> 2.10.3
2020-11-05 22:05:14 -05:00
A Holt
90539e1e8b
ansible-base 2.10.2 -> 2.10.3 2020-11-05 22:00:48 -05:00
A Holt
c7e4840455
'Detected WiFi country code / legal frequencies' 2020-11-05 12:35:21 -05:00
A Holt
08f0a927a8
Update iiab-diagnostics.README.md 2020-11-05 09:00:28 -05:00
A Holt
90983e170a
'iw reg get' 'Legal frequencies for country code(s)' 2020-11-05 09:00:02 -05:00
A Holt
2c5dd548f6
iiab-diagnostics: rename /etc/iiab/pr-list to /etc/iiab/pr-list-pulled 2020-11-02 15:11:38 -05:00
A Holt
4b7f2932c1
Update iiab-diagnostics.README.md 2020-10-31 19:57:46 -04:00
A Holt
4abd83c5cf
Report 1-line-install's /etc/iiab/pr-list via iiab-diagnostics 2020-10-31 19:57:06 -04:00
A Holt
0b49e48ec9
Merge branch 'master' into local_facts.fact-safer 2020-10-27 14:25:35 -07:00
A Holt
d1e53db826
Quoting vars is safer...on these 3 lines 2020-10-27 17:17:40 -04:00
A Holt
01f048c54d
Update local_facts.fact 2020-10-27 16:57:56 -04:00
root
b80714540a Fix in scripts/local_facts.fact for Mint 2020-10-27 14:03:55 -04:00
A Holt
243393510e
Clarify former symlink network-manager.service to NetworkManager.service 2020-10-27 10:52:11 -04:00
A Holt
5eef6b2cfc
Avoid blocking on Linux Mint's /etc/upstream-release/lsb-release 2020-10-27 10:39:34 -04:00
root
bddcfbec6c Remove long-deprecated phplib_dir 2020-10-27 09:27:21 -04:00
root
0e8055d2b3 NM detection for Ubuntu 20.10 etc 2020-10-27 07:53:28 -04:00
A Holt
c511a85c1b
python3-packaging to avoid Ansible pink warning 2020-10-26 07:26:54 -07:00
A Holt
70989f457d
iiab-diagnostics: password redaction explanation 2020-10-24 16:55:17 -04:00
A Holt
ed7619ed2c
Update iiab-diagnostics.README.md 2020-10-24 16:42:15 -04:00
root
901d1dbe27 Untabify: tab -> space 2020-10-24 16:30:41 -04:00
root
2c99f36935 iiab-diagnostics: stronger password redaction & 'iw list' 2020-10-24 16:25:29 -04:00
A Holt
c3b1c71efb
Merge pull request #2582 from holta/debian-11-vars
Overseas request for immediate testing of IIAB on Debian 11 Bullseye + similarly clean out long-deprecated apache_config_dir from high-level <OS>.yml vars files
2020-10-21 15:47:23 -07:00
A Holt
bc7a313df9
Update local_facts.fact 2020-10-21 12:54:52 -04:00
A Holt
f89ae8724d
scripts/local_facts.fact: Clarify STAGE var 2020-10-19 15:49:43 -04:00
A Holt
0a0f38716a
Clarify scripts/local_facts.fact 2020-10-19 15:29:46 -04:00
root
dd40abd738 scripts/local_facts.fact fixed & cleaned 2020-10-19 15:10:27 -04:00
root
d8f277c59e local_facts.fact safety/readability + remove tags from .yml's 2020-10-19 12:45:36 -04:00
A Holt
92a09a5d73
Update local_facts.fact 2020-10-19 03:25:39 -07:00
A Holt
c533cf7e77
Update local_facts.fact 2020-10-19 03:01:57 -07:00
A Holt
f4c301913a
Ansible version recommendation: 2.10.1 -> 2.10.2 2020-10-08 17:50:53 -04:00
A Holt
f6bff070a1
Update iiab-diagnostics.README.md 2020-09-23 20:12:19 -04:00
A Holt
960a95a76b
iiab-diagnostics: iiab-configure.log from ./iiab-configure 2020-09-23 20:11:37 -04:00
A Holt
f7f5113c3a Revert "Infastructure for proper versioning. (#2500)"
This reverts commit 429aa04ce5.
2020-09-17 11:15:33 -04:00
Jerry Vonau
429aa04ce5
Infastructure for proper versioning. (#2500)
* each major role change can be recorded in upgrade_roles with a bump in iiab_revision to denote the addition

* test source for https://github.com/iiab/iiab-factory/pull/134

* keep iiab_revision with role name

* gitea

* introduce $INSTALLED_RELEASE $INSTALLED_REVISION into ansible

* set informational 'do_facts'

* 7.1.5-premap tag as starting point for iiab_revision 0

* no notes at all - use underscore for role name to match what is in iiab_state.yml

* use installed_revision trigger do_upgrade

do_reinstall will denote a major upgrade path in the future
2020-09-17 07:15:55 -07:00
A Holt
f9ddfd28e6
Explain /etc/apt/sources.list.d/iiab-ansible.list vs. automated approach (add-apt-repository) 2020-09-15 15:32:25 -04:00
A Holt
73d2215a6e
scripts/ansible: refine output & code comments 2020-09-15 15:27:41 -04:00
A Holt
0d1451f2cc
Further clarify scripts/ansible for newcomers 2020-09-15 02:31:54 -04:00
A Holt
3b32fd88c6
scripts/ansible: clean up output/comments 2020-09-15 02:17:31 -04:00
A Holt
a7909a6d32
Add explanations to scripts/ansible 2020-09-15 02:05:55 -04:00
root
d612b8fb06 Clarify 2 Ansible Collections 2020-09-14 22:06:49 -04:00
root
b782939a8f Transition to ansible-base 2.10+ 2020-09-14 22:02:34 -04:00
A Holt
e38d0ad139
Revert to installing the latest Ansible
As Ansible 2.9.13 is tested to install BIG-sized IIAB, unlike 2.9.12 & 2.10.0 which suffer from the #2481 permissions issue.
2020-09-02 20:03:15 -04:00
A Holt
5db1c4a668
local_facts.fact: bash was failing on comments in case statement 2020-09-02 14:39:19 -04:00
A Holt
8fc732e1e4
Get Real...admit we no longer support 11 distro/versions...to strengthen support for our core 4 OS's 2020-09-01 22:42:11 -04:00
A Holt
fc2d8827f9
scripts/ansible: revert to RaspiOS's own /etc/apt/sources.list for 64-bit RaspiOS etc 2020-08-25 11:05:12 -04:00
A Holt
3063d602ec
Merge pull request #2485 from holta/iiab-diagnostics-verbiage
iiab-diagnostics: relabel Raspbian as "Raspberry Pi OS"
2020-08-22 09:11:44 -04:00
A Holt
6e4c648de3
iiab-diagnostics: relabel Raspbian as "Raspberry Pi OS" 2020-08-22 09:07:16 -04:00
A Holt
64d481961f
Merge branch 'master' into linuxmint-20 2020-08-21 16:48:32 -04:00
A Holt
e87afe3f5f
Avoid problematic /usr/local/bin/apt on Linux Mint 2020-08-21 16:39:27 -04:00
A Holt
911b1cca73
Rename ansible-2.9.x to ansible-2.9.x.deprecated 2020-08-21 16:34:40 -04:00
A Holt
7ce4c0dd9c
Rename ansible-2.8.x to ansible-2.8.x.deprecated 2020-08-21 16:34:24 -04:00
A Holt
39cc56369e
Update local_facts.fact 2020-08-20 12:51:17 -04:00
A Holt
2f63409b7e
scripts/ansible: temp workaround (revert to Ansible 2.9.6) mitigating #2481 2020-08-20 08:33:24 -04:00
A Holt
ebe326b914
Update iiab-diagnostics.README.md 2020-08-05 16:29:01 -04:00
A Holt
c1912bd150
Update iiab-diagnostics.README.md 2020-08-05 16:23:24 -04:00
A Holt
fb9a0da40e
Update iiab-diagnostics 2020-08-05 16:22:09 -04:00
A Holt
43c94abbb6
Update iiab-diagnostics.README.md 2020-06-07 03:29:36 -04:00
A Holt
6b196e2a5b
Merge pull request #2441 from holta/raspios-mirror-flaky-so-add-another
scripts/ansible patch for RPi: avoid multiple entries in /etc/apt/sources.list
2020-06-06 17:36:05 -04:00
A Holt
288da3ef86
scripts/ansible patch for RPi: avoid multiple entries in /etc/apt/sources.list 2020-06-06 17:29:39 -04:00
A Holt
8de617822c
Merge pull request #2439 from holta/iiab-diagnostics_community
iiab-diagnostics: include /library/www/html/home/menu.json
2020-06-06 14:05:54 -04:00
A Holt
09019e77c9
iiab-diagnostics: include /library/www/html/home/menu.json 2020-06-06 13:54:37 -04:00
A Holt
3ce5f4a380
Clarify /etc/apt/sources.list patch in scripts/ansible 2020-06-06 10:45:41 -04:00
A Holt
08bcc002a1
Add another apt source/mirror if RaspiOS, which can be flaky 2020-06-06 10:35:45 -04:00
Jerry Vonau
22979c14c4 use /etc/rpi-issue for raspbian test 2020-05-29 11:59:28 -05:00
A Holt
defca4c491
Advertise Ansible 2.9.6 as the recommended minimum (it's too hard to install Ansible 2.9.7+ on Ubuntu for now) 2020-05-09 18:17:41 -04:00
A Holt
409331e50f
Advertise Ansible 2.9.6 as the recommended minimum (it's too hard to install Ansible 2.9.7+ on Ubuntu for now) 2020-05-09 18:17:05 -04:00
root
50a5cc0d85 Mark 5 of 6 as .unused: scripts/calibre-install-* 2020-04-30 01:53:14 +00:00
A Holt
3a3ae2202d
iiab-diagnostics: redact most all passwords, if line does not begin with # 2020-04-22 09:08:13 -04:00
A Holt
ae43c21b76
Merge pull request #2340 from holta/ansible-2.9.7
Recommend Ansible 2.9.7+, Mandate Ansible 2.8.11+
2020-04-16 23:57:34 -04:00
A Holt
8d666a5fb4
Recommend Ansible 2.8.11 2020-04-16 23:50:50 -04:00
A Holt
e47e43e017
Recommend Ansible 2.9.7 2020-04-16 23:50:23 -04:00
A Holt
955d5ba214
Recommend Ansible 2.9.7 2020-04-16 23:50:01 -04:00
A Holt
8e5449cc83
Update iiab-diagnostics.README.md 2020-04-15 09:47:50 -04:00
A Holt
825f37c070
Update iiab-diagnostics.README.md 2020-04-15 09:33:44 -04:00
A Holt
0aff90cf95
iiab-diagnostics: redact most passwords (WiFi passwords especially) 2020-04-14 13:55:07 -04:00
A Holt
82653310a0
Update iiab-diagnostics.README.md 2020-04-09 12:21:48 -04:00
A Holt
f7d0e0f07e
English clarifs...of what commands do 2020-04-09 12:20:10 -04:00
A Holt
9d6f6f2966
eval is nec within backticks, so 'dmesg | grep brcm' works 2020-04-09 12:16:27 -04:00