Merge pull request #256 from Zempashi/issue-90

Ability to configure Docker daemon options
This commit is contained in:
Jeff Geerling
2021-07-16 17:27:47 -05:00
committed by GitHub
3 changed files with 25 additions and 0 deletions

View File

@@ -31,3 +31,6 @@ docker_yum_gpg_key: "{{ docker_repo_url }}/centos/gpg"
# A list of users who will be added to the docker group.
docker_users: []
# Docker daemon options as a dict
docker_daemon_options: {}