X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ansible-server%2Fsrc%2Fmain%2Fscripts%2FstartAnsibleServer.sh;h=966a29a1c1556047c3a7c0ded05f4a74325c1236;hb=dc4950ba68c4c6dadd530f7f808bbb4c9458571d;hp=1d76b1a387c88aa0f2bd3b668105426b811376de;hpb=fc59bbb6279e492dea2fa361c7080163f3f888ea;p=ccsdk%2Fdistribution.git diff --git a/ansible-server/src/main/scripts/startAnsibleServer.sh b/ansible-server/src/main/scripts/startAnsibleServer.sh index 1d76b1a3..966a29a1 100644 --- a/ansible-server/src/main/scripts/startAnsibleServer.sh +++ b/ansible-server/src/main/scripts/startAnsibleServer.sh @@ -3,15 +3,9 @@ exec &> >(tee -a "/var/log/ansible-server.log") if [ ! -f /tmp/.ansible-server-installed ] then - pip install PyMySQL pip install 'cherrypy<18.0.0' pip install requests - apt-get update -y - apt-get -y install software-properties-common - apt-add-repository -y ppa:ansible/ansible - apt-get -y install ansible - cp /etc/ansible/ansible.cfg /etc/ansible/ansible.cfg.orig cat /etc/ansible/ansible.cfg.orig | sed -e 's/#host_key_checking/host_key_checking/' > /etc/ansible/ansible.cfg date > /tmp/.ansible-server-installed 2>&1