Role that installs Sonatype Nexus OSS https://www.sonatype.com/nexus/repository-oss
Go to file
Andrea Dell'Amico 088263a0d2 Fix the virtualhost location 2021-01-02 18:06:43 +01:00
defaults Fix the virtualhost location 2021-01-02 18:06:43 +01:00
handlers Setup for nexus OSS version 2. No download, only configuration 2020-11-12 22:01:58 +01:00
meta Add a user and some dependencies 2020-11-12 13:57:23 +01:00
tasks Set a director where to save the user prefs 2020-11-13 14:19:28 +01:00
templates Set a director where to save the user prefs 2020-11-13 14:19:28 +01:00
tests Initial commit 2020-11-12 13:49:01 +01:00
vars Fix the virtualhost location 2021-01-02 18:06:43 +01:00
.gitignore Initial commit 2020-11-12 13:49:01 +01:00
LICENSE Initial commit 2020-11-12 13:49:01 +01:00
README.md Setup for nexus OSS version 2. No download, only configuration 2020-11-12 22:01:58 +01:00

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