[ansible-project] Skip caching facts for specific hosts

2020-01-16 Thread Anjana Raghavendra P
I run ansible playbooks on multiple servers as controller servers and now want to start using the cache plugin. As each controller server is "localhost" for playbook, the facts captured by one controller server are getting replaced by another server making the cache data not usable. So, checkin

[ansible-project] Re: winrm and https

2016-08-09 Thread Anjana Raghavendra P
Hi, I am also getting the same error when i tried to run a play with *host: local *and a task with *delegate_to: windows *in ubuntu 14.04. But the same task works if I specify the *host: windows *at play level. Can anyone help me in this? On Friday, June 24, 2016 at 8:00:31 AM UTC-5, skinnedkn

Re: [ansible-project] Re: Ansible AD Domain Authentication

2016-04-18 Thread Anjana Raghavendra P
kerberos wrapper you are using. > version of pywinrm you are using > which OS you are running ansible controller on. > > Many thanks, > > Jon > > > On Monday, April 11, 2016 at 2:51:04 PM UTC+1, Anjana Raghavendra P wrote: >> >> I am having sim

[ansible-project] Re: Installing IIS on Windows Server 2008 R2 Standard SP1 x64

2016-04-11 Thread Anjana Raghavendra P
Hey, are you able to fix the error? TASK [iis : Install IIS] *** /usr/local/lib/python2.7/dist-packages/winrm/transport.py:283: RuntimeError: kerberos.authGSSClientClean is deprecated. krb_ticket.verify_response(response.headers['WWW-Authen

[ansible-project] Windows authentication

2016-04-11 Thread Anjana Raghavendra P
Hi, We are using CIS hardened AWS windows AMI in our production servers. What this means is the winrm basic authentication is disabled at client and service level. Now, I am unable to use the ansible to configure/deploy this server. Can anyone help me in this? I have searched through several s

Re: [ansible-project] Re: Ansible AD Domain Authentication

2016-04-11 Thread Anjana Raghavendra P
I am having similar problem and afterwards used the *kerberos* for host variable *ansible_winrm_transport.* I am using ansible version 2.0.1.0. The worked configuration: [Win] ...LOCAL [Win:vars] ansible_user='xxx.xxx@.X.LOCAL' ansible_password=*..* ansible_port=5986 ansible_