ansible-role-nexus-oss/README.md

49 lines
1.2 KiB
Markdown
Raw Normal View History

2020-11-12 13:49:01 +01:00
Role Name
=========
2020-11-12 13:57:23 +01:00
A role that installs the OSS version of Sonatype Nexus, <https://www.sonatype.com/nexus/repository-oss>
2020-11-12 13:49:01 +01:00
Role Variables
--------------
2020-11-12 13:57:23 +01:00
The most important variables are listed below:
``` yaml
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'
2020-11-12 13:57:23 +01:00
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
2020-11-12 13:57:23 +01:00
```
2020-11-12 13:49:01 +01:00
Dependencies
------------
2020-11-12 13:57:23 +01:00
* nginx
* openjdk
2020-11-12 13:49:01 +01:00
License
-------
EUPL-1.2
Author Information
------------------
2020-11-12 13:57:23 +01:00
Andrea Dell'Amico, <andrea.dellamico@isti.cnr.it>