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:
parent
77085ef7f4
commit
0d1451f2cc
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue