From 915413e3ca368ceb921b81f5d56da7c648a5d459 Mon Sep 17 00:00:00 2001 From: Vinay Aggarwal Date: Tue, 21 Apr 2020 07:39:57 -0700 Subject: [PATCH] Update README.md Clarified 'artifactory_is_primary' for secondary node(s) --- Ansible/artifactory7/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```