nexus3-oss
nexus3-oss copied to clipboard
Ansible role to install and provision sonatype nexus3-oss
TASK: "Calling Groovy script create_cleanup_policies_from_list" - fails with static import failure
When trying to rollout cleanup policies. I got the following error: **Versions:** Nexus: 3.65 Role: v2.5.2 **Configuraion:** ```yml nexus_repos_cleanup_policies: - name: mvn-all-snapshots format: maven2 notes: "" criteria: lastBlobUpdated: 30 preRelease:...
FAILED! => {"changed": false, "connection": "close", "content_language": "en", "content_length": "3730", "content_type": "text/html;charset=utf-8", "date": "Wed, 07 Feb 2024 10:27:09 GMT", "elapsed": 0, "mime_version": "1.0", "msg": "Status code was 503 and not...
Hello! I have a question regarding following task: ```yaml - name: Download nexus_package ansible.builtin.get_url: url: "{{ nexus_download_url }}/{{ nexus_package }}" dest: "{{ nexus_download_dir }}/{{ nexus_package }}" force: false validate_certs: "{{...
Hi guys. I see that there is a sub_domain option for Docker repositories. https://github.com/ansible-ThoTeam/nexus3-oss/blob/main/README.md?plain=1#L725 But on the documentation of Sonatype, this is a Pro feature. https://help.sonatype.com/repomanager3/nexus-repository-administration/formats/docker-registry/docker-subdomain-connector Can this be used...
Fix #402 This PR makes configurable the `no_block` in the [handler](https://github.com/ansible-ThoTeam/nexus3-oss/blob/3ae7487a6e805c1efa81050e1a870aa0d2aadcdc/handlers/main.yml#L12) when extra cautious is desired.
The handler is restarting nexus with [no_block: true](https://github.com/ansible-ThoTeam/nexus3-oss/blob/2702f440bb6ce09907a8f9751b53a7707114e08b/handlers/main.yml#L8). Waiting for a healthy completed restart is done by the handler a little bit later in the handler by searching for string...
I've been doing some trial and error to leverage the Nexus API to verify/check if certain properties and values are updated during the molecule verify step. This will allow us...
Hi, I added support for conan: - Conan Bearer Token - Conan Proxy Repositories
Add optional "nexus_suffix" variable. Can be set to "java11" to fetch the java11 version instead of the default java8 version starting with 3.76.0