Re: [ansible-project] rpm-python centos5 package package_facts

2019-03-08 Thread Matt Martz
It creates a handful of RPMs that have to be installed, they are just the python 2.4 RPMs patched to build python 2.6 versions. They install alongside the existing python2.4 RPMs and should not interfere with them. On Fri, Mar 8, 2019 at 4:41 PM Adam E wrote: > hey Matt, just to ensure i'm

Re: [ansible-project] rpm-python centos5 package package_facts

2019-03-08 Thread Adam E
hey Matt, just to ensure i'm clear, after the rebuild do you just need to install the rpm-python26 rpm or does it create rebuilt versions of the yum and rpm distributions as well that all need to also be updated. if it's only rpm-python then I may give your build a shot, but I tried a bunch

Re: [ansible-project] rpm-python centos5 package package_facts

2019-03-08 Thread Adam E
hi Steve. the python interpreter is not the issue. I am using python 2.6 without issues, the issue is the dependency on the rpm-python os package (python library). I cannot find/install this for centos5. the "rpm" library is not part of the standard python distro, it's an extra library.

Re: [ansible-project] rpm-python centos5 package package_facts

2019-03-08 Thread Matt Martz
I did some experimenting with this about a year ago. I have a repo that has a playbook that can build the packages for EL5 using python2.6 from EPEL. NOTE: I don't necessarily recommend this, it was an experiment to see if it could be done WARNING: Proceed at your own risk ;)

Re: [ansible-project] rpm-python centos5 package package_facts

2019-03-08 Thread S C Rigler
If you can install a newer python on the machines you should be able to manage them by setting the inventory variable "ansible_python_interpreter" for them to the path of the alternate python interpreter. On Fri, Mar 8, 2019 at 2:25 PM Adam E wrote: > > hey there, i'm trying to manage a bunch of