X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ansible-server%2Fsrc%2Fmain%2Fscripts%2FstartAnsibleServer.sh;h=966a29a1c1556047c3a7c0ded05f4a74325c1236;hb=dbc7a4ded01499f590e48d565152d5dc06a2aa82;hp=1d76b1a387c88aa0f2bd3b668105426b811376de;hpb=cf7011d93cfb612f9a1aadc59f23b7ef93598d96;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