mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
revisons
This commit is contained in:
parent
c2ca70b346
commit
dfd25470a1
3 changed files with 5 additions and 4 deletions
|
@ -151,5 +151,6 @@ 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 -e ansible_python_interpreter=/usr/bin/python3 | grep python
|
||||
ansible-playbook -i $INVENTORY $PLAYBOOK --connection=local -e ansible_python_interpreter=/usr/bin/python3
|
||||
ansible -m setup -i $INVENTORY localhost --connection=local -e ansible_python_interpreter=/usr/bin/python3 >> /dev/null
|
||||
ansible-playbook -i $INVENTORY $PLAYBOOK ${ARGS} --connection=local -e ansible_python_interpreter=/usr/bin/python3
|
||||
echo -e "./iiab-install $* COMPLETED IN $CWD\n\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue