ansible-role-nexus-oss/README.md

31 lines
432 B
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_data_basedir: /data
```
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>