2019-04-11 16:16:22 -04:00

13 lines
221 B
Markdown

# ansible-role-docker-distribution
## Examples
### Pass-through cache
```yaml
- hosts: registry
roles:
- docker-distribution
vars:
docker_distribution_proxy:
remoteurl: https://registry-1.docker.io
```