Minor fix for the Ansible doc.
Change-Id: I839331be2bcda7e8c40e62bc0ad963a5220593eb
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1585
Sonar-Qube: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
BAD: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Reviewed-by: Till Westmann <tillw@apache.org>
diff --git a/asterixdb/asterix-doc/src/site/markdown/ansible.md b/asterixdb/asterix-doc/src/site/markdown/ansible.md
index aff28b9..fbfca80 100644
--- a/asterixdb/asterix-doc/src/site/markdown/ansible.md
+++ b/asterixdb/asterix-doc/src/site/markdown/ansible.md
@@ -47,8 +47,6 @@
**Make sure that the version of Ansible is no less than 2.2.1.0.**
- * Configure passwordless ssh from your current client that runs the scripts to all nodes listed in conf/inventory.
-
* Download a released [simple server package](http://asterixdb.apache.org/download.html).
Alternatively, you can follow the [instruction](https://github.com/apache/asterixdb#build-from-source) to
@@ -66,6 +64,7 @@
the configuration specified in files under `conf/`. `yaml` contains internal Ansible scripts that the shell
scripts in `bin` use.
+
## <a id="config">Configuration and parameters</a>
* **Parameters**. Edit the instance configuration file `conf/cc.conf` when necessary.
You can add/update whatever parameters in the **[common]** and **[nc]** sections (except IPs and ports).
@@ -97,6 +96,8 @@
172.0.1.11
172.0.1.12
+ **Configure passwordless ssh from your current client that runs the scripts to all nodes listed
+ in `conf/inventory`.**
If the ssh user account for target machines is different from your current username, please uncomment
and edit the following two lines: