Role that installs Sonatype Nexus OSS https://www.sonatype.com/nexus/repository-oss
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrea Dell'Amico 582a790b2d
New default (log4j vulnerability)
2 years ago
defaults New default (log4j vulnerability) 2 years ago
handlers Setup for nexus OSS version 2. No download, only configuration 3 years ago
meta Add a user and some dependencies 4 years ago
tasks Download and install the nexus oss distribution 3 years ago
templates Set a director where to save the user prefs 3 years ago
tests Initial commit 4 years ago
vars Fix the virtualhost location 3 years ago
.gitignore Initial commit 4 years ago
LICENSE Initial commit 4 years ago
README.md Setup for nexus OSS version 2. No download, only configuration 3 years ago

README.md

Role Name

A role that installs the OSS version of Sonatype Nexus, https://www.sonatype.com/nexus/repository-oss

Role Variables

The most important variables are listed below:

nexus_behind_nginx: True
nexus_service_port: 8081
nexus_service_bind_host: 127.0.0.1
nexus_major_version: '2'
#nexus_version: '{{ nexus_major_version }}.28.1'
nexus_version: '{{ nexus_major_version }}.14.19'
nexus_release: '01'
nexus_download_url: 'https://download.sonatype.com/nexus/{{ nexus_major_version }}/nexus-{{ nexus_version }}-{{ nexus_release }}-unix.tar.gz'
nexus_install_basedir: /srv/nexus
nexus_webapp_dir: '{{ nexus_install_basedir }}/nexus-oss-webapp'
nexus_data_basedir: /data
nexus_data_dir: '{{ nexus_data_basedir }}/sonatype-work/nexus'
nexus_logdir: '/var/log/nexus'
nexus_accesslog_maxhistory: 20
nexus_wrapper_initmemory: 256
nexus_wrapper_maxmemory: 1024
nexus_wrapper_conf_dir: '{{ nexus_webapp_dir }}/bin/jsw/conf'
nexus_wrapper_logdir: '/var/log/nexus-wrapper'
# MB
nexus_wrapper_diskcache_buffersize: 4096

Dependencies

  • nginx
  • openjdk

License

EUPL-1.2

Author Information

Andrea Dell'Amico, andrea.dellamico@isti.cnr.it