nexus3-oss
nexus3-oss copied to clipboard
Ansible role to install and provision sonatype nexus3-oss
Hey! I'm trying to make a playbook which installs nexus and sets up the LDAP config. I'm noticing that the only value my config is missing is the `Password Attribute`...
Is it possible to create an "offline" repository? The use-case would be to migrate an existing repository, which is no longer being used, but has to be kept with all...
Supports the email API of nexus that is in 3.22.
Neither in the documentation nor in the code seems possible to enable the "Soft Quota" option available in Nexus3 GUI. Will this setting be integrated into this role?
This pull-request initiate a first usage of new API endpoints. Using the official API can bring many interesting feature. First; sing the official API will reduce code in this role....
In quite a few large companies with strict internal security policies, disabling default administration accounts on installed services/products/servers is a requirement. I am not discussing the relevance of such rules...
The main README file is well done, but I had to take a look under the hood to discover that it is also possible to configure the email server settings...
In the `files/groovy/create_repos_from_list.groovy`, docker repository configuration for httpPort is a string. This works, but appears to be incorrect as it breaks the api call beta/repositories. One way to fix this...
Nexus OSS version: 3.21.1-01. When I try to change the first name, last name, status or description of an existing user via setup_users_from_list, the user fields are not actually changed...
This is to address an enhancement requested in https://github.com/ansible-ThoTeam/nexus3-oss/issues/86. The `default-docker` molecule scenario added here may be used for testing: `molecule test -s default-docker` Normally this would be used with...