From c833b1b0a233a647a3199c5a4cd6ca3ac18940ba Mon Sep 17 00:00:00 2001 From: Jeffrey van Pelt Date: Wed, 8 May 2024 13:15:58 +0200 Subject: [PATCH] Added example how to configure a upstream proxy that uses a password --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d9c44bd9..17c29340 100644 --- a/README.md +++ b/README.md @@ -740,6 +740,15 @@ nexus_repos_docker_hosted: allow_redeploy_latest: true ``` +```yaml +nexus_repos_docker_proxy: + - name: some-upstream-docker-repo + blob_store: docker-blob + remote_url: https://some-private-registry.dev/ + remote_username: 'remote-user' # Optional, note that Windows NTLM is _not_ supported! + remote_password: 'SSH-itsSecret!' # Optional +``` + Maven, Pypi, Docker, Raw, Rubygems, Bower, NPM, Git-LFS, yum, apt, helm, r, p2, conda and go repository types: see `defaults/main.yml` for these options. For historical reasons and to keep backward compatibility, maven is configured by default