main.yml 183 B

123456
  1. ---
  2. docker_cli_auth_config_path: '/root/.docker'
  3. oreg_url: ''
  4. oreg_host: "{{ oreg_url.split('/')[0] if '.' in oreg_url.split('/')[0] else '' }}"
  5. oreg_auth_credentials_replace: False