summaryrefslogtreecommitdiffstats
path: root/roles/docker/defaults/main.yml
blob: 81f3ee9e445dbcfa4e0bd73bd2fb8a4a369e95c1 (plain)
1
2
3
4
5
6
---
docker_cli_auth_config_path: '/root/.docker'

# oreg_url is defined by user input.
oreg_host: "{{ oreg_url.split('/')[0] if (oreg_url is defined and '.' in oreg_url.split('/')[0]) else '' }}"
oreg_auth_credentials_replace: False