nexus3-oss icon indicating copy to clipboard operation
nexus3-oss copied to clipboard

Ansible role to install and provision sonatype nexus3-oss

Results 76 nexus3-oss issues
Sort by recently updated
recently updated
newest added

This is (at most) a documentation suggestion, or could just live here to achieve much the same. I'm happy to see the issue closed without comment if you want. Here's...

fixes #355 Adds support for specifying the NuGet version on NuGet Proxy repos

Example config: ```yml nexus_repos_nuget_proxy: - name: chocolatey-proxy blob_store: s3-blobstore remote_url: https://community.chocolatey.org/api/v2/ nuget_version: v2 ``` Update to `create_repos_from_list.groovy` ```groovy // Configs for nuget proxy repos if (currentRepo.type == 'proxy' && currentRepo.format...

The verbose output for the `Create directories for blob stores.` task in `tasks/main.yml` shows the secretAccessKey config property. Adding `no_log: true` to this task should be a sufficient fix.

While running nexus ansible role : **role** : [ansible-thoteam.nexus3-oss] **version** : 2.4.15 [latest] We are getting the below error : _TASK [ansible-thoteam.nexus3-oss : Unpack Nexus download] ********************** 11:15:57 fatal: [nexus_host]:...

Enable configuring nuget proxy nuget version. Small typo... Naturally I made one in my commit message too!

I'm trying to configure an apt repo, and using ansible vault to encrypt my keypair and passphrase, but this causes Nexus to error, as the variables are not decrypted. eg...

Currently there is no option to enable/disable "pre-emptive authentication" from the role. This would be a great addition since some remote repositories require that. ![image](https://user-images.githubusercontent.com/12545305/164680281-6cec62c0-dbea-42f2-be14-4b09d0c57a87.png)