From e2767f8efe3d63ae6530b28480088e634f10a057 Mon Sep 17 00:00:00 2001 From: HACKERMD Date: Sat, 1 Jul 2017 12:16:51 +0200 Subject: [PATCH] Add default value for ``db_nodes`` variable --- .../tissuemaps/roles/database-client/defaults/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tmdeploy/share/playbooks/tissuemaps/roles/database-client/defaults/main.yml b/tmdeploy/share/playbooks/tissuemaps/roles/database-client/defaults/main.yml index 8fc56c0..8415dce 100644 --- a/tmdeploy/share/playbooks/tissuemaps/roles/database-client/defaults/main.yml +++ b/tmdeploy/share/playbooks/tissuemaps/roles/database-client/defaults/main.yml @@ -14,5 +14,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . --- -# This can be an array of mappings with keys "name", "password" and "email" -tm_users: [] +tm_users: [] # array of mappings with keys "name", "password" and "email" + +db_nodes: 1 # number of worker nodes in the cluster