[ansible-project] Re: Could not match supplied host pattern issue

2018-10-23 Thread Johar K. Kwan
s/meta_module.html > > On Sunday, October 21, 2018 at 11:59:05 PM UTC-7, Johar K. Kwan wrote: >> >> Hi All, >> >> I have few Ansible tasks as follow: >> 1. Provisioning VM using vmware (no issue) >> 2. Adding new vm host into tower inventory (no issue) >

[ansible-project] Re: WINRM CONNECTION ERROR: the specified credentials were rejected by the server

2018-10-13 Thread Johar K. Kwan
Thank you Jordan! I managed connect using Kerberos instead of using ssl. For ssl connection I think i need to create self signed cert as mention here http://www.hurryupandwait.io/blog/understanding-and-troubleshooting-winrm-connection-and-authentication-a-thrill-seekers-guide-to-adventure. --

[ansible-project] WINRM CONNECTION ERROR: the specified credentials were rejected by the server

2018-10-10 Thread Johar K. Kwan
Hi All, I faced below error on 1 of my windows machine. this windows machine is joined domain. # ansible -i inventory winoct -m win_ping -vvv ansible 2.6.1 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible