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

`ls --ignore` will fail on busybox distributions like alpine Ansible already provides a platform-independent method for finding files, cf. https://docs.ansible.com/ansible/latest/collections/ansible/builtin/find_module.html#ansible-collections-ansible-builtin-find-module fixes #323

In files/groovy/create_repos_from_list.groovy, the proxy repositories get 'corrupted' with respect to the httpclient part, whenever the authentication (remote_username=null) is set to null. The script seems to run ok at first, but...

bug

Trying to create a s3 blob but am getting this error: >_TASK [ansible-thoteam.nexus3-oss : Calling Groovy script create_blobstores_from_list] ************************************************************************************************************************************************************** fatal: [localhost]: FAILED! => {"changed": false, "connection": "close", "content_length": "284", "content_type":...

bug
help wanted

Currently the Ansible role allows configuring JVM memory but it would be beneficial if we could add any arbitrary JVM option as shown here: https://help.sonatype.com/repomanager3/installation/configuring-the-runtime-environment This is needed for hypertuning...

Hi, I had an issue trying to update Nexus to latest 3.30.0 release. Nexus couldn't start because it could find the composer plugin. I solved the issue by manually downloading...

The default host for the `wait_for` ansible module is 127.0.0.1. If the `nexus_application_host` is not set to "0.0.0.0" or "127.0.0.1", the `wait-for-nexus-port` handler will fail. This will provide the actual...

There is a small typo error **on line 59** of file below on first occurence of **`public_hosname`** in `when` condition of task : `name: Variable refactoring - public_hostname is now...

This is a follow-up ticket of #288 Currently, `state: absent` is only implemented for users. We should add this to all other objects managed by the role

enhancement
on hold

In nexus you can create repositories that listen to other ports. These ports are not exposed by the httpd. I created my own role that added that, but this is...

enhancement
Support