Skip to content

Commit

Permalink
Merge branch 'master' into issue-ansible-ThoTeam#326
Browse files Browse the repository at this point in the history
  • Loading branch information
shurikg committed Sep 30, 2021
2 parents 25224ed + 0c6c4a4 commit ed135df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ _(Created with [gh-md-toc](https://github.com/ekalinin/github-markdown-toc))_
* [Role Variables](#role-variables)
* [General variables](#general-variables)
* [Download dir for nexus package](#download-dir-for-nexus-package)
* [Nexus port, context path ans listening IP](#nexus-port-context-path-ans-listening-ip)
* [Nexus port, context path and listening IP](#nexus-port-context-path-and-listening-ip)
* [Nexus OS user and group](#nexus-os-user-and-group)
* [Nexus instance directories](#nexus-instance-directories)
* [Nexus JVM Ram setting](#nexus-jvm-ram-setting)
Expand Down Expand Up @@ -151,7 +151,7 @@ Directory on target where the nexus package will be downloaded.
sure the downloaded files will persists between run. On RHEL/Centos specifically, you should change this dir to a location that
is not cleaned up automatically. If the package file does not persit, it will be downloaded again which might cause an unnecessary restart of nexus.

### Nexus port, context path ans listening IP
### Nexus port, context path and listening IP
```yaml
nexus_default_port: 8081
nexus_application_host: '{{ httpd_setup_enable | ternary("127.0.0.1", "0.0.0.0") }}'
Expand Down

0 comments on commit ed135df

Please sign in to comment.