On 7 March 2017 at 02:49, Mona Gopal <[email protected]> wrote: > Hello, > > I need ansible to be installed on AIX 6.1 and 7.1. > Kindly provide the pre-requisites and steps for installation of ansible > > Also, would it require any changes to be done in the playbook? > > Have been referring to the below link, but hasn't been of much help: > https://www.djouxtech.net/posts/ansible-on-aix/ > > Kindly suggest a way forward ASAP >
So the instructions look to be lacking in some key steps of getting ansible installed. You will probably need to get the python-setuptools package and then look at the steps at https://github.com/nodejs/build/issues/533 I would do the following: 1. Get a test instance to make sure this isn't going to eat your systems brains 2. download https://bootstrap.pypa.io/get-pip.py Note: I don't like the fact that the blob has no gpg signature or sha256sum etc to say "Hey we really put this up here for you". I would prefer to give you anything else.. but I don't have any AIX systems to build rpms on so ¯\_(ツ)_/¯ 3. examine that blob as best you can... 4. python get-pip.py 5. See if that works and didn't eat your test system or join a zombie horde of aix systems. 6. install ansible on the test box and work from there. > Regards, > Mona G > > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/c1c0b1f0-90f3-4f7a-abc4-df16896ee78e%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Stephen J Smoogen. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CANnLRdiUEiq7SseZYaR%3DL8QT_Y%2ByF54%3D6mPn3UASZBozJprJBA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
