[ansible-devel] Python3 -- where are we now?

2016-08-25 Thread Toshio Kuratomi
Hey everyone, just dropping a short status update on the progress on getting Ansible running on python3. Bad news first: I don't think that Ansible-2.2 on python3 will be production ready. There are large pieces of the controller side code that I haven't yet looked at or tested heavily and the f

[ansible-devel] Any tips on how to get started?

2016-08-25 Thread Theo Vasileiadis
Hi, I'd like to contribute to Ansible and I'm looking for some guidelines to help me get familiar with the project and start working. -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving email

Re: [ansible-devel] Re: Can a Callback change the output of a module

2016-08-25 Thread Brian Coca
changed_when/failed_when are there to deal with modifying a task output status, callbacks execute AFTER this happens, so even if you modify the data it won't modify the actual status of the tasks. -- Brian Coca -- You received this message because you are subscribed to the Google Groups

Re: [ansible-devel] Ansilbe read all variable even they do not need for task (perfomance issue with lookup_plugins)

2016-08-25 Thread 'jhawkesworth' via Ansible Development
I wonder if you can use uri delegated to your localhost to collect your facts, and use set_fact to make them available to the play. Also I wonder if a custom setup module might be able to do what you need? If you can get the vars you need into facts you can use one of the existing fact caching