1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

Further clarify scripts/ansible for newcomers

This commit is contained in:
A Holt 2020-09-15 02:31:54 -04:00 committed by GitHub
parent 77085ef7f4
commit 0d1451f2cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
#!/bin/bash -e #!/bin/bash -e
# PLZ SEE http://FAQ.IIAB.IO > "What is Ansible and what version should I use?"
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.1" # Orig for 'yum install [rpm]' & XO laptops (pip install) GOOD_VER="2.10.1" # Orig for 'yum install [rpm]' & XO laptops (pip install)