ricardogama.docker-extended
ansible-role-docker-extended
A couple of extra features for ansible-role-docker:
Status
Docker config
This role enables you to create a docker config file, enable it with the docker_config variable:
docker_config: |-
{
"auths": {
"foo.bar": {
"auth": "token"
}
}
}
A config.json file will be created including the content you defined, based on the following defaults:
docker_config_dir: /root/.docker
docker_config_owner: root
docker_config_group: root
Docker group management
You can add users to the Docker group by defining the docker_group_users variable:
docker_group_users:
- vagrant
- root
- foo
Install
ansible-galaxy install ricardogama.docker-extendedLicense
mit
Downloads
56
Owner
