mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
scripts/ansible: recommend ansible-base 2.10.8
This commit is contained in:
parent
fd5cef3351
commit
4f0c31969c
1 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
APT_PATH=/usr/bin # Avoids problematic /usr/local/bin/apt on Linux Mint
|
APT_PATH=/usr/bin # Avoids problematic /usr/local/bin/apt on Linux Mint
|
||||||
CURR_VER=undefined # Ansible version you currently have installed
|
CURR_VER=undefined # Ansible version you currently have installed
|
||||||
GOOD_VER=2.10.7 # Orig for 'yum install [rpm]' & XO laptops (pip install)
|
GOOD_VER=2.10.8 # Orig for 'yum install [rpm]' & XO laptops (pip install)
|
||||||
|
|
||||||
# We install the latest 'ansible-base' from PPA, using an OS 'CODENAME' below:
|
# We install the latest 'ansible-base' from PPA, using an OS 'CODENAME' below:
|
||||||
# https://launchpad.net/~ansible/+archive/ubuntu/ansible
|
# https://launchpad.net/~ansible/+archive/ubuntu/ansible
|
||||||
|
@ -42,12 +42,12 @@ fi
|
||||||
#apt install python3-pymysql python3-psycopg2 python3-passlib python3-pip python3-setuptools python3-packaging python3-venv virtualenv
|
#apt install python3-pymysql python3-psycopg2 python3-passlib python3-pip python3-setuptools python3-packaging python3-venv virtualenv
|
||||||
#ansible-galaxy collection install -r collections.yml
|
#ansible-galaxy collection install -r collections.yml
|
||||||
|
|
||||||
# TEMPORARILY USE ansible-base 2.10.7 (REMOVE W/ "pip3 uninstall ansible-base")
|
# TEMPORARILY USE ansible-base 2.10.8 (REMOVE W/ "pip3 uninstall ansible-base")
|
||||||
#pip3 install ansible-base==2.10.7 # Start new shell, so /usr/local/bin works
|
#pip3 install ansible-base==2.10.8 # Start new shell, so /usr/local/bin works
|
||||||
|
|
||||||
# TEMPORARILY USE ANSIBLE 2.9.19 (REMOVE IT WITH "pip uninstall ansible")
|
# TEMPORARILY USE ANSIBLE 2.9.20 (REMOVE IT WITH "pip uninstall ansible")
|
||||||
#apt install python-pip
|
#apt install python-pip
|
||||||
#pip install ansible==2.9.19
|
#pip install ansible==2.9.20
|
||||||
|
|
||||||
# TEMPORARILY USE ANSIBLE 2.4.2 DUE TO 2.4.3 MEMORY BUG. Details: iiab/iiab#669
|
# TEMPORARILY USE ANSIBLE 2.4.2 DUE TO 2.4.3 MEMORY BUG. Details: iiab/iiab#669
|
||||||
#echo "Install http://download.iiab.io/packages/ansible_2.4.2.0-1ppa~xenial_all.deb"
|
#echo "Install http://download.iiab.io/packages/ansible_2.4.2.0-1ppa~xenial_all.deb"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue