mirror of
https://github.com/luzifer-ansible/docker.git
synced 2024-11-14 00:22:42 +00:00
16 lines
228 B
YAML
16 lines
228 B
YAML
|
---
|
||
|
|
||
|
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 fd://
|
||
|
|
||
|
...
|