ansible / ansible-builder

An Ansible execution environment builder
Other
289 stars 92 forks source link

ansible-builder 3 usability with a custom ansible config file #605

Open anshulbehl opened 12 months ago

anshulbehl commented 12 months ago

With builder 3 the process of adding an ansible config file in the EE definition has changed from a single line to multiple line where you will have to specify the additional_build_files and additional build steps. Earlier, you can just specify an ansible config file using the ansible_config key

The issue here is that for anyone who is using a private automation hub has to go through this route which is not the case for community users or users using the community galaxy.

Request to explore better options to specify the ansible config file in an easier way and document the process. Because at the moment its more of an hassle for users as opposed to just a step in the process.