--
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 ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/f4518e73-f551-45dc-86d2-77a547589c36%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I'm running ansible against a windows host for testing purposes. I can get pywinrm working against the host but when I attempt using either a domain account or an account local to the windows host specified in my ansible/hosts file I receive the error specified below. Any help or explanation would be appreciated thank you in advance.Centos: 7Version: ansible 1.9.0.1/etc/ansible/hosts
[windows]corpigs8471b#ntdvwqwebpcp02b[windows:vars]ansible_connection=winrm
I'm running ansible against a windows host for testing purposes. I can get pywinrm working against the host but when I attempt using either a domain account or an account local to the windows host specified in my ansible/hosts file I receive the error specified below. Any help or explanation would be appreciated thank you in advance.Centos: 7Version: ansible 1.9.0.1/etc/ansible/hosts
[windows]corpigs8471b#ntdvwqwebpcp02b[windows:vars]ansible_connection=winrm
I'm running ansible against a windows host for testing purposes. I can get pywinrm working against the host but when I attempt using either a domain account or an account local to the windows host specified in my ansible/hosts file I receive the error specified below. Any help or explanation would be appreciated thank you in advance.Centos: 7Version: ansible 1.9.0.1/etc/ansible/hosts
[windows]corpigs8471b#ntdvwqwebpcp02b[windows:vars]ansible_connection=winrm
With the latest version I can get this to work with local machine credentials but not ldap.
I downloaded the lastest version and did a source./env-setupNow when I run ansible --version I receiveansible --versionansible 2.0.0lib/ansible/modules/core: not found - use git submodule update --init lib/ansible/modules/corelib/ansible/modules/extras: not found - use git submodule update --init lib/ansible/modules/extrasv2/ansible/modules/core: not found - use git submodule update --init v2/ansible/modules/corev2/ansible/modules/extras: not found - use git submodule update --init v2/ansible/modules/extrasconfigured module search path = NoneI still receive the kerberose error message.
On Thursday, April 23, 2015 at 12:46:14 PM UTC-5, ken.k...@gmail.com wrote:
I'm running ansible against a windows host for testing purposes. I can get pywinrm working against the host but when I attempt using either a domain account or an account local to the windows host specified in my ansible/hosts file I receive the error specified below. Any help or explanation would be appreciated thank you in advance.Centos: 7Version: ansible 1.9.0.1/etc/ansible/hosts
[windows]corpigs8471b#ntdvwqwebpcp02b[windows:vars]ansible_connection=winrm
[root@corpigs8471b ansible]# ansible windows -m setupcorpigs8471b | FAILED => Traceback (most recent call last):File "/usr/lib/python2.7/site-packages/ansible/runner/__init__.py", line 582, in _executorexec_rc = self._executor_internal(host, new_stdin)File "/usr/lib/python2.7/site-packages/ansible/runner/__init__.py", line 785, in _executor_internalreturn self._executor_internal_inner(host, self.module_name, self.module_args, inject, port, complex_args=complex_args)File "/usr/lib/python2.7/site-packages/ansible/runner/__init__.py", line 960, in _executor_internal_innerconn = self.connector.connect(actual_host, actual_port, actual_user, actual_pass, actual_transport, actual_private_key_file, delegate_host)File "/usr/lib/python2.7/site-packages/ansible/runner/connection.py", line 52, in connectself.active = conn.connect()File "/usr/lib/python2.7/site-packages/ansible/runner/connection_plugins/winrm.py", line 147, in connectself.protocol = self._winrm_connect()File "/usr/lib/python2.7/site-packages/ansible/runner/connection_plugins/winrm.py", line 101, in _winrm_connectprotocol.send_message('')File "/usr/lib/python2.7/site-packages/winrm/protocol.py", line 173, in send_messagereturn self.transport.send_message(message)File "/usr/lib/python2.7/site-packages/winrm/transport.py", line 195, in send_messagekrb_ticket = KerberosTicket(self.krb_service)File "/usr/lib/python2.7/site-packages/winrm/transport.py", line 147, in __init__kerberos.authGSSClientStep(krb_context, '')GSSError: (('Unspecified GSS failure. Minor code may provide more information', 851968), ('No Kerberos credentials available', -1765328243))
--
You received this message because you are subscribed to a topic in the Google Groups "Ansible Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ansible-project/nuBN0JvCJos/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ansible-proje...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/434ef3b5-7cc8-43f4-8a4d-7bbfc9c827f7%40googlegroups.com.