Merge branch 'ansible-rt7' of https://github.com/jfrog/JFrog-Cloud-Installers into ansible-rt7

Merged hosts and vars updates.
This commit is contained in:
jefferyfry
2020-04-24 13:26:19 -07:00

View File

@@ -36,7 +36,7 @@ The following Vars must be configured.
* artifactory_license1 - 5: These are the cluster licenses. * artifactory_license1 - 5: These are the cluster licenses.
### secondary ### 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 ### Example Inventory YAML
An example inventory YAM is [here](hosts.yml). An example inventory YAM is [here](hosts.yml).
@@ -47,4 +47,4 @@ An playbook is [here](rt7provision.yml).
## Executing a Playbook ## Executing a Playbook
``` ```
ansible-playbook -i hosts.yml rt7provision.yml ansible-playbook -i hosts.yml rt7provision.yml
``` ```