mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
commit
b5d93b6fc7
2 changed files with 6 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
# Info needed to install Gitea:
|
# Info needed to install Gitea:
|
||||||
|
|
||||||
gitea_version: 1.13.3
|
gitea_version: 1.13.4
|
||||||
iset_suffixes:
|
iset_suffixes:
|
||||||
i386: 386
|
i386: 386
|
||||||
x86_64: amd64
|
x86_64: amd64
|
||||||
|
|
|
@ -21,12 +21,15 @@ else
|
||||||
CODENAME=focal # Debian 11+, RaspiOS 11+, Ubuntu 20.04+, Mint 20+ (ETC)
|
CODENAME=focal # Debian 11+, RaspiOS 11+, Ubuntu 20.04+, Mint 20+ (ETC)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# 'ansible-base' RELEASE LINKS FOR REFERENCE:
|
# 'ansible-base' being renamed 'ansible-code' early in 2021. RELEASE LINK REFS:
|
||||||
# http://ppa.launchpad.net/ansible/ansible/ubuntu/pool/main/a/ansible-base/
|
# http://ppa.launchpad.net/ansible/ansible/ubuntu/pool/main/a/ansible-base/
|
||||||
# https://launchpad.net/~ansible/+archive/ubuntu/ansible-2.10
|
# https://launchpad.net/~ansible/+archive/ubuntu/ansible-2.10
|
||||||
# https://github.com/ansible/ansible/commits/stable-2.10/changelogs/CHANGELOG-v2.10.rst
|
# https://github.com/ansible/ansible/commits/stable-2.10/changelogs/CHANGELOG-v2.10.rst
|
||||||
|
# https://github.com/ansible/ansible/blob/devel/docs/docsite/rst/roadmap/ROADMAP_2_11.rst
|
||||||
|
# https://www.ansible.com/blog/ansible-3.0.0-qa
|
||||||
# https://github.com/ansible/ansible/releases
|
# https://github.com/ansible/ansible/releases
|
||||||
# https://releases.ansible.com/ansible-base/
|
# https://releases.ansible.com/ansible-base/
|
||||||
|
# https://releases.ansible.com/ansible-core/
|
||||||
|
|
||||||
# FYI .travis.yml installs ansible-base in a slightly different way (PR #2689).
|
# FYI .travis.yml installs ansible-base in a slightly different way (PR #2689).
|
||||||
|
|
||||||
|
@ -122,7 +125,7 @@ echo -e "\n\nIIAB requires these ~4 Ansible Collections: (we upgrade them here i
|
||||||
ansible-galaxy collection install --force-with-deps \
|
ansible-galaxy collection install --force-with-deps \
|
||||||
-r /opt/iiab/iiab/collections.yml \
|
-r /opt/iiab/iiab/collections.yml \
|
||||||
-p /usr/share/ansible/collections
|
-p /usr/share/ansible/collections
|
||||||
# 2021-02-24: Run 'ansible-galaxy collection list' to list those installed.
|
# 2021-02-24: 'ansible-galaxy collection list' lists those installed. (#2659)
|
||||||
# 2020-11-28: The ~3 Ansible Collections used by IIAB (~37MB) once lived here:
|
# 2020-11-28: The ~3 Ansible Collections used by IIAB (~37MB) once lived here:
|
||||||
# /root/.ansible/collections/ansible_collections
|
# /root/.ansible/collections/ansible_collections
|
||||||
# But going forward they'll be stored herein:
|
# But going forward they'll be stored herein:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue