complicate ansible install
This commit is contained in:
parent
9d0a12c4f7
commit
21d98ab415
2
raspi.sh
2
raspi.sh
@ -6,7 +6,7 @@
|
|||||||
# install ansible
|
# install ansible
|
||||||
which pip >/dev/null 2>&1 || ( sudo apt-get -yy install python3-pip )
|
which pip >/dev/null 2>&1 || ( sudo apt-get -yy install python3-pip )
|
||||||
which git >/dev/null 2>&1 || ( sudo apt-get -yy install git )
|
which git >/dev/null 2>&1 || ( sudo apt-get -yy install git )
|
||||||
which ansible >/dev/null 2>&1 || sudo pip install ansible
|
which ansible >/dev/null 2>&1 || ( sudo apt-get -yy install ansible ; sudo pip install ansible ; sudo apt-get -yy remove --purge ansible)
|
||||||
|
|
||||||
# run ansible playbooks
|
# run ansible playbooks
|
||||||
for playbook in debian.ansible.basics \
|
for playbook in debian.ansible.basics \
|
||||||
|
Loading…
Reference in New Issue
Block a user