Re: [ansible-project] Ansible modules copy/template errors for Linux 5 hosts using python26 ,python binding libselinux-python needed

2019-04-09 Thread iamlightsocialxen
Thanks Sebastian, one of the best replies I have received from community . Keep up the good work. On Wednesday, March 27, 2019 at 4:10:09 PM UTC+8, Sebastian Meyer wrote: > > Hi Prakash, > > you have three options here: > > 1) disable selinux in /etc/selinux/config > > Then you don't need

[ansible-project] Ansible modules copy/template errors for Linux 5 hosts using python26 ,python binding libselinux-python needed

2019-03-25 Thread iamlightsocialxen
Hello Ladies & Gentlemen, We have some 50 odd linux 5 hosts, and to manage that we use ansible. Problem :- Ansible modules copy/template errors for Linux 5 hosts using python26 ,python binding libselinux-python needed Actual error :- fatal : FAILED! => {"changed": false, "msg": "Aborting,

[ansible-project] Re: How can Integrate Ansible Tower with Active Directory

2018-08-05 Thread iamlightsocialxen
Hello , Have you got any update here ? Regards, Prakash. On Tuesday, September 19, 2017 at 2:33:21 PM UTC+8, Nuwan Vithanage wrote: > > *HOW CAN I INTEGRATING ANSIBLE TOWER WITH LDAP / ACTIVE DIRECTORY Version > Tower 3.1.5 * > -- You received this message because you are subscribed to the

[ansible-project] ansible ping with specific user dont work

2017-11-12 Thread iamlightsocialxen
Hello All, Just new to Ansible and trying to implement in our organozation. Noticed this, When ran ping from root user prompt by mentioning "delpoy" user , it errors out. ++ [root@dev-armor21 ~]# ansible all -m ping --user=delpoy dev-mado21 | UNREACHABLE! =>