ansible / ansible-container

DEPRECATED -- Ansible Container was a tool to build Docker images and orchestrate containers using only Ansible playbooks.
GNU Lesser General Public License v3.0
2.19k stars 392 forks source link

Support preparing/customizing local Conductor #864

Open j00bar opened 6 years ago

j00bar commented 6 years ago
ISSUE TYPE
What now, jag?

We currently only allow local customization of the Conductor container with the ansible-requirements.txt. If users need binary packages installed or some other transformation, we send them off building their own custom conductor.

Instead, we should support a task list applied to the Conductor during local instantiation. That would allow the user to install Python packages, system packages, or anything else they need to for the Conductor to run.