Skip to content

Ansible collection for managing Sonatype Nexus Repository Manager 3.x

License

Notifications You must be signed in to change notification settings

haxorof/ansible-collection-sonatype-nexus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Collection - haxorof.sonatype_nexus

GitHub tag License: MIT Build Status

Ansible collection for managing Sonatype Nexus Repository Manager 3.x via its REST API.

Features

OSS Features

  • Manage read-only system status
  • Manage routing rules
  • Manage users
    • Limitations: Not possible to change password
  • Retrieve user sources
  • Manage anonymous access
  • Check status
  • List repositories
  • Manage repositories:
    • Limited to:
      • Docker proxy
      • Maven proxy
  • Manage blob stores:
    • Limited to:
      • File

PRO Features

  • Manage user tokes capability

Installation

Different was of installing this collection are listed below.

Requirements File

Create requirements.yml file and provide required version of the collection:

collections:
  - name: https://github.com/haxorof/ansible-collection-sonatype-nexus.git
    type: git
    version: main

Run ansible-galaxy command with requirements.yml file as argument:

ansible-galaxy collection install -r requirements.yml --force

Command-Line One-Liner

ansible-galaxy collection install git+https://github.com/haxorof/ansible-collection-sonatype-nexus.git

About

Ansible collection for managing Sonatype Nexus Repository Manager 3.x

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages