diff options
author | Aaron LI <aly@aaronly.me> | 2017-06-14 23:22:43 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-06-14 23:22:43 +0800 |
commit | 06f2fe3bf2e1a764a866434af7035a84aecea53d (patch) | |
tree | e10259761920636bb2cef5c6dbf87b9a815a510e /group_vars/all | |
parent | 408d9feb9936803b3b1e91abd9b8cf53e59dc579 (diff) | |
download | debian-hpc-06f2fe3bf2e1a764a866434af7035a84aecea53d.tar.bz2 |
Add basic group variables
Diffstat (limited to 'group_vars/all')
-rw-r--r-- | group_vars/all | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/group_vars/all b/group_vars/all new file mode 100644 index 0000000..bed36a9 --- /dev/null +++ b/group_vars/all @@ -0,0 +1,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: |