ricardogama.docker-extended

ansible-role-docker-extended

A couple of extra features for ansible-role-docker:

Status

galaxy license

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
About

Extended Docker role

Install
ansible-galaxy install ricardogama.docker-extended
GitHub repository
License
mit
Downloads
56