mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
Merge pull request #3848 from holta/ansible-core-2.18.1
Recommend ansible-core 2.18.1
This commit is contained in:
commit
5e818c9fd1
2 changed files with 5 additions and 3 deletions
|
@ -11,7 +11,7 @@ CWD=`pwd`
|
|||
OS=`grep ^ID= /etc/os-release | cut -d= -f2`
|
||||
OS=${OS//\"/} # Remove all '"'
|
||||
MIN_RPI_KERN=5.4.0 # Do not use 'rpi-update' unless absolutely necessary: https://github.com/iiab/iiab/issues/1993
|
||||
MIN_ANSIBLE_VER=2.16.13 # 2024-11-08: ansible-core 2.15 EOL is November 2024 per https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix 2022-11-09: Raspberry Pi 3 (and 3 B+ etc?) apparently install (and require?) ansible-core 2.11 for now -- @deldesir can explain more on PR #3419. Historical: Ansible 2.8.3 and 2.8.6 had serious bugs, preventing their use with IIAB.
|
||||
MIN_ANSIBLE_VER=2.16.14 # 2024-11-08: ansible-core 2.15 EOL is November 2024 per https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix 2022-11-09: Raspberry Pi 3 (and 3 B+ etc?) apparently install (and require?) ansible-core 2.11 for now -- @deldesir can explain more on PR #3419. Historical: Ansible 2.8.3 and 2.8.6 had serious bugs, preventing their use with IIAB.
|
||||
|
||||
REINSTALL=false
|
||||
DEBUG=false
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
# https://github.com/iiab/iiab/wiki/Technical-Contributors-Guide#female_detective-understanding-ansible
|
||||
|
||||
APT_PATH=/usr/bin # Avoids problematic /usr/local/bin/apt on Linux Mint
|
||||
CURR_VER=undefined # Ansible version you have installed, e.g. [core 2.18.0]
|
||||
GOOD_VER=2.18.0 # Orig for 'yum install [rpm]' & XO laptops (pip install)
|
||||
CURR_VER=undefined # Ansible version you have installed, e.g. [core 2.18.1]
|
||||
GOOD_VER=2.18.1 # Orig for 'yum install [rpm]' & XO laptops (pip install)
|
||||
|
||||
# 2021-06-22: The apt approach (with PPA source in /etc/apt/sources.list.d/ and
|
||||
# .gpg key etc) are commented out with ### below. Associated guidance/comments
|
||||
|
@ -34,6 +34,8 @@ GOOD_VER=2.18.0 # Orig for 'yum install [rpm]' & XO laptops (pip install)
|
|||
# https://www.ansible.com/blog/ansible-3.0.0-qa
|
||||
# https://github.com/ansible/ansible/tags
|
||||
# https://github.com/ansible/ansible/releases
|
||||
# https://github.com/ansible/ansible/commits/stable-2.18
|
||||
# https://github.com/ansible/ansible/blob/stable-2.18/changelogs/CHANGELOG-v2.18.rst
|
||||
# https://github.com/ansible/ansible/commits/stable-2.17
|
||||
# https://github.com/ansible/ansible/blob/stable-2.17/changelogs/CHANGELOG-v2.17.rst
|
||||
# https://github.com/ansible/ansible/commits/stable-2.16
|
||||
|
|
Loading…
Reference in a new issue