[ansible-project] Re: Kerberos authentication failed on windows

2020-07-28 Thread Work Email
Oh! Here is the reported error: fatal: [test.domain.com]: UNREACHABLE! => {"changed": false, "msg": "kerberos: authGSSClientStep() failed: (('Unspecified GSS failure. Minor code may provide more information', 851968), ('No Kerberos credentials available (default cache: FILE:/tmp/krb5cc_0)',

[ansible-project] Kerberos authentication failed on windows

2020-07-27 Thread Work Email
Hello, Kerberos authentication is failing on some servers even after providing credentials in host file. *Host File* [windows_server] test.domain.com [windows:vars] ansible_user=* ansible_password=** ansible_connection = winrm ansible_ssh_port = 5986 ansible_winrm_transport = kerberos

Re: [ansible-project] Playbook is unable to install specified KB number updates but shows OK in playbook recap

2020-01-23 Thread Work Email
d the command to reboot. why it's not rebooting ? I can't download or install anything through ansible.. kinda sucks* On Thursday, January 23, 2020 at 11:52:50 AM UTC-8, Dick Visser wrote: > > since it works for other hosts, the problem is related to that specific > host, not ansible.

[ansible-project] Any updates on this, please help on my POST? https://groups.google.com/forum/#!topic/ansible-project/vVYN7qsRn7U

2020-01-23 Thread Work Email
Any updates on this, please help on my POST? https://groups.google.com/forum/#!topic/ansible-project/vVYN7qsRn7U -- 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

[ansible-project] Playbook is unable to install specified KB number updates but shows OK in playbook recap

2020-01-23 Thread Work Email
*KB number upgrades/ security patches are not installing?* *Playbook* tasks: - name: Install all security, critical, and rollup updates without a scheduled task win_updates: category_names: - Upgrades - SecurityUpdates whitelist: - KB4494452 -