Thanks for the update, Toshio. Looking forward to the ziploader feature, very interesting idea.
What I've been working on is a little more difficult than this, I have to monkey patch some imports in existing code, so I have to add a strategy plugin and an action plugin for the job. I'll see if I can do anything to help in your ziploader work tomorrow. :) 夏 恺(Xia Kai) http://blog.xiaket.org/ > 在 2016-03-23,22:15,Toshio Kuratomi <[email protected]> 写道: > > On Mar 23, 2016 6:48 AM, "夏恺(Xia Kai)" <[email protected]> wrote: > > > > I'm working on a similar problem, and I have to write an action plugin for > > it. As far as I know, and as much as I understand, there is no out of the > > box way to do this. > > > You can copy the file into the module_utils directory in your ansible > install. Then you should be able to use it similar to how most ansible > modules use the basic.py module listed there. Note that we're making some > changes to how this works for 2.1 and (maybe for 2.1 but more likely for 2.2 > due to the amount of time left before we want to release 2.1) will be looking > at enabling a user directory where these sorts of small, custom libraries can > live. (The new module loader code is talked about here: > https://groups.google.com/forum/m/#!msg/ansible-project/0bwHEFfKOro/meU337AxCQAJ > I don't highlight user directories for custom code in the posts about it > because the timing means that additional feature likely won't make it into > 2.1) > > -Toshio > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/91D25120-9391-4A05-B6F7-47A413C69BF6%40gmail.com. For more options, visit https://groups.google.com/d/optout.
