diff --git a/Ansible/artifactory7/README.md b/Ansible/artifactory7/README.md index c06be0c..4ea9270 100644 --- a/Ansible/artifactory7/README.md +++ b/Ansible/artifactory7/README.md @@ -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 -``` \ No newline at end of file +```