need to install ansible on my solaris 11,can any1 suggest me plz
Thanks indeed for your help,but i have already tried this but i am still stuck but big thanks.
Br
Hello,
please find the steps to install ansible on solaris 11.2
Step:1 install gcc
pkg install gcc
Step:2 install pip
curl https://bootstrap.pypa.io/get-pip.py | python -
Step:3 patch the python Makefile to remove KPIC option (use by studio compiler)
perl -i.org -pe ‘s/-KPIC//’ /usr/lib/python2.6/config/Makefile
Step:4 install ansible
pip install --global-option=build_ext --global-option=“-I/usr/include/gmp” ansible
Step:5 restore original Makefile
mv /usr/lib/python2.6/config/Makefile.org /usr/lib/python2.6/config/Makefile
Thanks
can you please tell where exactly you stucked?
hi,
Actually i will explain you my whole scenario, i have install and configure ansible on Centos7 and my clients for this ansible server are all other VMs which are having REDhat and Centos os.Now i want to do the same activity on a solaris machine.This solaris machine should act as a ansible server and i will connect all other oracle solaris machine as a client,so i am trying to install ansible it throws me bunch of errors,and ya are you on any wtsapp group i can share your error shots.
BR
Hi
Can you take me trough this Step 3, i dont understand.
Step:3 patch the python Makefile to remove KPIC option (use by studio compiler)
perl -i.org -pe ‘s/-KPIC//’ /usr/lib/python2.6/config/Makefile
BR