Update README.md

Clarified 'artifactory_is_primary' for secondary node(s)
This commit is contained in:
Vinay Aggarwal
2020-04-21 07:39:57 -07:00
committed by GitHub
parent 7627b2afb1
commit 915413e3ca

View File

@@ -36,7 +36,7 @@ The following Vars must be configured.
* artifactory_license1 - 5: These are the cluster licenses.
### secondary
* artifactory_is_primary: For the primary node this must be set to **false**.
* artifactory_is_primary: For the secondary node(s) this must be set to **false**.
### Example Inventory YAML
An example inventory YAM is [here](hosts.yml).
@@ -47,4 +47,4 @@ An playbook is [here](rt7provision.yml).
## Executing a Playbook
```
ansible-playbook -i hosts.yml rt7provision.yml
```
```