ansible / ansible-builder

An Ansible execution environment builder
Other
291 stars 93 forks source link

Ability to set various CLI options in the execution-environment.yml file #235

Open ansiblejunky opened 3 years ago

ansiblejunky commented 3 years ago

Currently the container runtime option can only be passed to ansible-builder via CLI argument. It would be nice to add this option in the config file execution-environment.yml. If the user wishes to override the value in the config file, they can still choose to provide the CLI argument --container-runtime which would take precedence.

AlanCoding commented 3 years ago

I would like to address this generally. Not just for --container-runtime, but other options like --output-filename as well.

ansiblejunky commented 3 years ago

@AlanCoding Fully agree. I changed the title to be more generic.