From d6e2d90d5698279de5fd4c1b22f424c1a209cadc Mon Sep 17 00:00:00 2001 From: Greg Szabo Date: Sat, 29 Jul 2017 05:25:32 +0000 Subject: [PATCH] Updated ansible variables documentation --- ansible/group_vars/all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/group_vars/all b/ansible/group_vars/all index 05345b129..ea8ff4857 100644 --- a/ansible/group_vars/all +++ b/ansible/group_vars/all @@ -34,8 +34,8 @@ service: basecoin ## app_options_file contains a path and filename which will be included in a generated service genesis.json file on all nodes. The content will be dumped into the app_options dictionary in the service genesis.json.. #app_options_file: "app_options_files/dev_money" -## validators indicates if the nodes are validator nodes. The tendermint genesis.json will contain their public keys. +## Internal use only. validators indicates if the nodes are validator nodes. The tendermint genesis.json will contain their public keys. #validators: true -## seeds contain the list of servers (with ports) that are validators in a testnet. Only effective if validators == false. If validators == true, then all nodes will be automatically included here. +## Internal use only. seeds contain the list of servers (with ports) that are validators in a testnet. Only effective if validators == false. If validators == true, then all nodes will be automatically included here. #seeds: ""