From 08df38acd9931124b53cabdf34e610556a13f5a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Herv=C3=A9?= Date: Mon, 13 Feb 2017 09:27:40 -0500 Subject: [PATCH] Added doc --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47e0918..3609af6 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,14 @@ Ansible variables, along with the default values (see `default/main.yml`) : 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. nexus_download_dir: '/tmp' - + Directory on target where the nexus package will be downloaded. + nexus_default_port: 8081 + nexus_default_context_path: '/' + +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/'`. + nexus_os_group: 'nexus' nexus_os_user: 'nexus'