mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Code clarif & mandate 2.9.0
This commit is contained in:
parent
eb46608119
commit
3ab8e6f5ab
1 changed files with 3 additions and 2 deletions
|
@ -10,7 +10,7 @@ CWD=`pwd`
|
|||
OS=`grep ^ID= /etc/*release|cut -d= -f2`
|
||||
OS=${OS//\"/}
|
||||
MIN_RPI_KERN=4.9.59-v7+ # UPDATE THIS SOON...when Raspbian's Oct 2019 kernels are finally fixed (https://github.com/iiab/iiab/issues/1993 etc)
|
||||
MIN_ANSIBLE_VER=2.7.14
|
||||
MIN_ANSIBLE_VER=2.9.0
|
||||
|
||||
if [ ! -f /etc/iiab/local_vars.yml ]; then
|
||||
|
||||
|
@ -151,6 +151,7 @@ echo -e "Running local playbooks....Stage 0 will now run....followed by Stages $
|
|||
export ANSIBLE_LOG_PATH="$CWD/iiab-install.log"
|
||||
|
||||
ansible -m setup -i $INVENTORY localhost --connection=local | grep python
|
||||
ansible -m setup -i $INVENTORY localhost --connection=local >> /dev/null
|
||||
ansible -m setup -i $INVENTORY localhost --connection=local >> /dev/null # So vars are recorded in /opt/iiab/iiab/iiab-install.log
|
||||
ansible-playbook -i $INVENTORY $PLAYBOOK ${ARGS} --connection=local
|
||||
|
||||
echo -e "./iiab-install $* COMPLETED IN $CWD\n\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue