generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support --template-driver for docker_config #332
Labels
Comments
This shouldn't be too hard to implement, since Docker SDK for Python offers this: https://docker-py.readthedocs.io/en/stable/api.html#docker.api.config.ConfigApiMixin.create_config |
felixfontein
pushed a commit
that referenced
this issue
May 11, 2022
* initial templating changes * adding docs * author * responding to pr comments * testing for idempotency * using template_driver rather than templating * adding explicit idem check * remove local testing changes * bug fix * fixing idempotency Co-authored-by: Sasha Jenner <[email protected]>
1 task
This was referenced May 14, 2022
Merged
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
The
--template-driver
parameter set togolang
when creating a docker config means we can create docker configs referencing environment variables, secrets and other information. Support for setting this in thedocker_config
module would be useful.ISSUE TYPE
COMPONENT NAME
docker_config
ADDITIONAL INFORMATION
The text was updated successfully, but these errors were encountered: