main.yml 233 B

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