[user@server ansible]$ ansible-playbook windows_ping.yaml -i hosts.txt

PLAY [ping test] 
*****************************************************************************************************************************************************************************************************************

TASK [Gathering Facts] 
***********************************************************************************************************************************************************************************************************
fatal: [server.domain.com]: UNREACHABLE! => {"changed": false, "msg": 
"kerberos: authGSSClientInit() failed: (('Unspecified GSS failure.  Minor 
code may provide more information', 851968), (\"Can't find client principal 
nchitt...@domain.com in cache collection\", -1765328243)), ssl: auth method 
ssl requires a password", "unreachable": true}
 [WARNING]: Could not create retry file '/ansible/windows_ping.retry'.      
   [Errno 13] Permission denied: u'/ansible/windows_ping.retry'


PLAY RECAP 
***********************************************************************************************************************************************************************************************************************
server.domain.COM : ok=0    changed=0    unreachable=1    failed=0

[user@servername ansible]$ klist nchitt...@domain.com
klist: No credentials cache found (filename: nchitt...@domain.com)
user@servername ansible ansible]$ kinit  nchitt...@domain.com
Password for nchitt...@domain.com
[user@servername ansible ansible]$ klist
Ticket cache: KEYRING:persistent:600437:600437
Default principal: nchitt...@domain.com

Valid starting       Expires              Service principal
05/23/2019 12:44:42  05/23/2019 22:44:42  krbtgt/domain....@domain.com
        renew until 05/30/2019 12:44:37

here is my group_vars/windows.yml file

ansible_user: nchitt...@domain.com
ansible_password: password
ansible_port: 5986
ansible_connection: winrm
ansible_winrm_transport: kerberos
ansible_winrm_server_cert_validation: ignore
ansible_winrm_kerberos_delegation: true

hosts.txt
Servwername.domain.COM ansible_ssh_user="nchitt...@domain.com" 
ansible_connection="winrm"

but I am getting  below error, please suggest me some solution

PLAY [ping test] 
*****************************************************************************************************************************************************************************************************************

TASK [Gathering Facts] 
***********************************************************************************************************************************************************************************************************
fatal: [server.domain.com]: UNREACHABLE! => {"changed": false, "msg": 
"kerberos: authGSSClientInit() failed: (('Unspecified GSS failure.  Minor 
code may provide more information', 851968), (\"Can't find client principal 
nchitt...@domain.com in cache collection\", -1765328243)), ssl: auth method 
ssl requires a password", "unreachable": true}
 [WARNING]: Could not create retry file '/ansible/windows_ping.retry'.      
   [Errno 13] Permission denied: u'/ansible/windows_ping.retry'

-- 
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-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/17f870f0-0ef1-4677-8f1b-841a25208aa9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to