X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ansible-server%2Fsrc%2Fmain%2Fansible-server%2FstartAnsibleServer.sh;fp=ansible-server%2Fsrc%2Fmain%2Fansible-server%2FstartAnsibleServer.sh;h=193fe77f44e5df2a9d1b10ab273223908a73a918;hb=9bec848ff9fc2c421f25bd0f998f67685f8b53aa;hp=0000000000000000000000000000000000000000;hpb=f4089a2309fecb01e6e3ef06e03991a6be02e2d9;p=ccsdk%2Fdistribution.git diff --git a/ansible-server/src/main/ansible-server/startAnsibleServer.sh b/ansible-server/src/main/ansible-server/startAnsibleServer.sh new file mode 100644 index 00000000..193fe77f --- /dev/null +++ b/ansible-server/src/main/ansible-server/startAnsibleServer.sh @@ -0,0 +1,6 @@ +#!/bin/bash +exec &> >(tee -a "/var/log/ansible-server.log") + +cd /opt/onap/ccsdk +exec /usr/bin/python RestServer.py +