mirror of
https://github.com/luzifer-ansible/docker.git
synced 2024-11-08 13:50:10 +00:00
19 lines
341 B
YAML
19 lines
341 B
YAML
---
|
|
|
|
docker_channel: stable # one of: stable, test, edge, nightly
|
|
|
|
docker_configure_ipv6: true
|
|
|
|
#docker_auth_config:
|
|
# auths:
|
|
# my.registry:
|
|
# auth: '{{ "user:pass" | b64encode }}'
|
|
docker_auth_config_user: root
|
|
docker_auth_config_homedir: /root
|
|
|
|
docker_start_opts:
|
|
- -H unix:///var/run/docker.sock
|
|
|
|
docker_registry_mirrors: []
|
|
|
|
...
|