aboutsummaryrefslogtreecommitdiffstats
path: root/group_vars/all
blob: bed36a9e58b9643288dea0f97d733002ae222b6a (plain)
1
2
3
4
5
6
7
8
9
10
---
# Cluster name
# Also to be used as the hostname of the master node,
# and as the NIS domain name
cluster_name: xcluster

# Number of cluster nodes (exclude the master node)
num_nodes: 3

# vim: set ft=yaml sw=2: