Re: [ansible-project] Re: Windows Domain/Ansible Kerberos Auth Issues Still

2020-06-16 Thread Rafael Tomelin
Hi Dave, I didn't understand the problem, but I would to like help you. My wait server is: - name: waiting Windows server wait_for: port: 5985 sleep: 50 timeout: 500 host: "{{ groups[item[1]][-1] }}" when: - item[0].value.os_type | lower == 'windows' - item[0].key == item[1] loop_control:

[ansible-project] Re: Windows Domain/Ansible Kerberos Auth Issues Still

2020-06-15 Thread Dave York
The machines being managed here are windows machines - but the ansible tower server itself is linux (obviously) - I wonder if the kerberos configuration on the tower machine may be running into a flavor of what you're suggesting - but im not sure exactly how I would point the tower server

[ansible-project] Re: Windows Domain/Ansible Kerberos Auth Issues Still

2020-06-11 Thread David Foley
Are these Linux Machines? how many Domain Controllers are in your Environment if you have more then one it may be doing a round-robin on the Kerberos and failing on one Domain and not on the other.: you need to start restricting down to only allow your Linux Server to Connect to one AD. --