[ansible-project] Re: ansible 2.1 setup fails with this module requires key=value arguments (['<>'])

2016-07-28 Thread Roman Gaufman
Hi Greg, I'm experiencing the same thing on 2 servers, rest are fine. I can ssh to them and I cannot see anything obviously wrong: TASK [setup] *** fatal: [0ca87760df7de0fe2d36]: FAILED! => {"changed": false, "failed": true, "msg

[ansible-project] Overriding chroot path for ansible_connection=chroot

2015-05-05 Thread Roman Gaufman
I cannot find any documentation for the chroot connection and I have tried asking on #ansible and googling. When I need to override the ssh host, I can do: ansible_ssh_host: '{{ ip | default("vpn.%s.%s" % (inventory_hostname, domain)) }}' How would I do the same to override the chroot_path?