[ansible-project] Re: Kerberos Delegation Issues

2016-10-31 Thread Surred
Okay. Do you know if it would be possible for paid support from Ansible to assist with troubleshooting? On Monday, October 31, 2016 at 1:04:10 PM UTC-5, Matt Davis wrote: > > Don't know what else to say- works for everyone I know that's tried it, so > I'm suspecting some sort of local

[ansible-project] Re: Kerberos Delegation Issues

2016-10-31 Thread Matt Davis
Don't know what else to say- works for everyone I know that's tried it, so I'm suspecting some sort of local configuration or installation issue that hasn't been covered yet. On Monday, October 31, 2016 at 8:09:02 AM UTC-7, Surred wrote: > > Thanks for the response Matt! I did verify we are

[ansible-project] Re: Kerberos Delegation Issues

2016-10-31 Thread Surred
Thanks for the response Matt! I did verify we are running ansible version 2.1.1.0 user@ansible:~> ansible --version ansible 2.1.1.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides I ran the klist command on the windows host (DC1) that ansible

[ansible-project] Re: Kerberos Delegation Issues

2016-10-28 Thread Matt Davis
You mentioned you were using ansible 2.1.0 and that you'd switched to group_vars- that version has an inventory bug where any ansible_winrm_X connection vars are ignored if they live in group_vars. Either upgrade to at least 2.1.1, or move them back. Also, try doing a raw: klist on the Windows

[ansible-project] Re: Kerberos Delegation Issues

2016-10-28 Thread Surred
Apologies for the delayed response... I've been looking for ways to work around this issue, but I hit a roadblock so I really need to figure this out. Below are the logs from the server hosting the network share. Apparently the login was successful, but it was as an anonymous user using NTLM.

[ansible-project] Re: Kerberos Delegation Issues

2016-09-22 Thread 'J Hawkesworth' via Ansible Project
Have a look in the event logs. I suspect all you will see is 'Access is denied'. Worth looking on the network share machine (if it is an actual windows box). If it isn't a windows box I guess there will be some kind of samba share logging that you could examine too. Make sure that you are

[ansible-project] Re: Kerberos Delegation Issues

2016-09-20 Thread Surred
JH, Do you know of any other tests/logging I could try/review to determine why the kerberos delegation is not working in my environment? On Friday, September 16, 2016 at 2:22:05 AM UTC-5, J Hawkesworth wrote: > > Sorry, I should have been clearer. 2.0.0.2 and 2.1.1 are ansible versions. > > >

[ansible-project] Re: Kerberos Delegation Issues

2016-09-16 Thread 'J Hawkesworth' via Ansible Project
Sorry, I should have been clearer. 2.0.0.2 and 2.1.1 are ansible versions. On Thursday, September 15, 2016 at 4:11:02 PM UTC+1, Surred wrote: > > Thanks for the response JH. I've moved the winrm connection details to > group_vars as you suggested, but am still not able to list the files of a

[ansible-project] Re: Kerberos Delegation Issues

2016-09-15 Thread Surred
Thanks for the response JH. I've moved the winrm connection details to group_vars as you suggested, but am still not able to list the files of a network share. You said you are using "2.0.0.2 / 2.1.1" Can you please clarify those version numbers and what they are associated with? host file:

[ansible-project] Re: Kerberos Delegation Issues

2016-09-15 Thread 'J Hawkesworth' via Ansible Project
I just got this working a couple of days ago. The only differences I can see between your set up and mine are I set up win connection vars in group vars, rather than host vars (mixed environment - not all my hosts are windows). Might be worth trying to switch to group_vars as at some point I