Skip to content

Commit 08df38a

Browse files
committed
Added doc
1 parent 21237c8 commit 08df38a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,14 @@ Ansible variables, along with the default values (see `default/main.yml`) :
2424
The nexus version and package to install, see available versions at https://www.sonatype.com/download-oss-sonatype . `nexus_timezone` is a Java Timezone name and can be useful in combination with `nexus_scheduled_tasks` cron expressions below.
2525

2626
nexus_download_dir: '/tmp'
27-
27+
2828
Directory on target where the nexus package will be downloaded.
2929

30+
nexus_default_port: 8081
31+
nexus_default_context_path: '/'
32+
33+
Port and context path of the java nexus process. `nexus_default_context_path` has to keep the trailing slash when set, for ex. : `nexus_default_context_path: '/nexus/'`.
34+
3035
nexus_os_group: 'nexus'
3136
nexus_os_user: 'nexus'
3237

0 commit comments

Comments
 (0)