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'