[ansible-devel] Ansible 2.6.8 is available

2018-11-15 Thread Matt Clay
Hi all -- we're happy to announce that the general release of Ansible 2.6.8 is now available! How do you get it? -- $ pip install ansible==2.6.8 --user The tar.gz of the release can be found here:

[ansible-devel] Ansible-2.7.2

2018-11-15 Thread Toshio Kuratomi
Hi all- we're happy to announce that the general release of Ansible 2.7.2 is now available! How do you get it? -- $ pip install ansible==2.7.2 --user The tar.gz of the release can be found here:

Re: [ansible-devel] host unreachable

2018-11-15 Thread Bob Harold
On Wed, Nov 14, 2018 at 3:12 PM flowerysong wrote: > On Wednesday, November 14, 2018 at 11:19:55 AM UTC-5, Bob Harold wrote: >> >> >> On Tue, Nov 13, 2018 at 5:37 PM Brian Coca wrote: >> >>> 1 play before your normal play: >>> >>> >>> hosts: hosta,hostb >>> gather_facts: False >>> tasks: >>>

[ansible-devel] SSH copy id - permission denied

2018-11-15 Thread Arvind Thatikonda
I created an ansible control server and client. I generated the ssh keys on the control server, used the ssh-copy-id to copy the keys to client server. I get permission denied /usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: "/home/ansible/.ssh/id_rsa.pub" /usr/bin/ssh-copy-id:

[ansible-devel] Galaxy 3.1 releasing 16 Nov 2018

2018-11-15 Thread chousekn
The Galaxy team will be deploying version 3.1 this Friday, 16 Nov 2018. The release will happen around 3 AM Eastern on Friday. We don't anticipate any downtime, but should problems arise, watch for updates on the Ansible mailing lists. To see what's new, try it out live on our QA site at

Re: [ansible-devel] new module: TypeError: 'NoneType' object is not iterable

2018-11-15 Thread Marek Slebodnik
Gruess Gott Christian, what I did while debugging my ansible module is . *export ANSIBLE_KEEP_REMOTE_FILES=1* run ansible scipt /playbook etc *ansible-playbook -i /tmp/i /home/mslebodn/lbuild/pb/vcs_update.yml* and on target machine , find prepared ansible module and run it with pdb

[ansible-devel] new module: TypeError: 'NoneType' object is not iterable

2018-11-15 Thread christian . tremel
im trying to programm a new ansible module. while testing i get the following error. Traceback (most recent call last): File "/tmp/ansible_EHl4xq/ansible_module_aix_stanza.py", line 276, in main() File "/tmp/ansible_EHl4xq/ansible_module_aix_stanza.py", line 257, in main (changed,