Hello,

I am thinking about an idea to put Python and Ansible together with 
modules, plugins, and other dependencies into one static binary executable.

Then I am going to distribute such a binary to all my hosts, including 
Ansible master, and use it as ansible_python_interpreter.

With this approach, all dependencies for the modules will already be on 
managed hosts. Thus I can avoid the AnsiballZ overhead associated with 
compressing a module on Ansible master and transferring it to managed 
hosts. That is, ANSIBALLZ_TEMPLATE will be much simpler and it becomes no 
longer necessary to copy the compressed module.

What is the cleanest way to customize Ansible to implement this idea?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/cd09d5f6-6c42-43f0-9262-bfb8ca1f7244o%40googlegroups.com.

Reply via email to