Re: [ansible-project] Ansible breaks on some quoted text and not others

2016-03-05 Thread Brian Coca
Ansible uses pyyaml On Thu, Mar 3, 2016 at 7:10 PM, bootstraponline wrote: > If someone could explain the logic behind one string working and the other > not then that'd be helpful. I think this is a bug in ansible's yaml parser. > > https://github.com/ansible/ansible/issues/14783 > > I tried lo

Re: [ansible-project] Re: Ansible 2.0 VMWare modules

2016-03-05 Thread jonathan frappier
I'll add that I also tried on Ubuntu 15.04 w Python 2.7.10 On Mar 5, 2016 4:52 PM, "Vinson Xing" wrote: > I installed the ansible from devel branch, I got the same issue even set > validate_certs to false. > My test environment: > > Ubuntu: 14.04 > Python: 2.7.6 > vSphere 5.5 > > -- > You receive

[ansible-project] Re: Ansible 2.0 VMWare modules

2016-03-05 Thread Vinson Xing
I installed the ansible from devel branch, I got the same issue even set validate_certs to false. My test environment: Ubuntu: 14.04 Python: 2.7.6 vSphere 5.5 -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group an

[ansible-project] Re: Ansible ping working in some of the servers and not working in some of the list.

2016-03-05 Thread 'J Hawkesworth' via Ansible Project
What version of windows and service pack is on the hosts that won't respond to ping? Are you using the win_ping module? win_ping will connect using the wirnm port, rather than the normal ping port. You might have firewall configured not to respond to the normal ping port on the machines which

[ansible-project] Re: "Kerberos-based authentication was failed. Code 401" - but I've already acquired a valid ticket

2016-03-05 Thread 'J Hawkesworth' via Ansible Project
I'd recommend using the hostname, rather than the ip address of the windows machine you want to connect to in your inventory. Kerberos/Active Directory seems to be intended to work with host and domain names. I would also check that ping yourhost and ping yourhost.mycloud.local return the corr

[ansible-project] porting this with_together loop from ansible 1.9.4 -> 2.0.1.0

2016-03-05 Thread nusenu
Hi, after upgrading from ansible 1.9.4 to 2.0.1.0 the task[1] shown below fails with the following message: FAILED! => {"failed": true, "msg": "an unexpected type error occurred. Error was 'bool' object has no attribute '__getitem__'"} - name: setup IP list (1/2) set_fact: ips: ip