Merge pull request #26 from jamesla/master

Add a docker_users variable
This commit is contained in:
Jeff Geerling
2018-05-06 17:45:53 -05:00
committed by GitHub
4 changed files with 19 additions and 0 deletions

View File

@@ -20,3 +20,6 @@ docker_apt_ignore_key_error: True
docker_yum_repo_url: https://download.docker.com/linux/{{ (ansible_distribution == "Fedora") | ternary("fedora","centos") }}/docker-{{ docker_edition }}.repo
docker_yum_repo_enable_edge: 0
docker_yum_repo_enable_test: 0
# A list of users who will be added to the docker group.
docker_users: []