summaryrefslogtreecommitdiffstats
path: root/group_vars/virtual.yml
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2017-04-01 04:53:28 +0200
committerSuren A. Chilingaryan <csa@suren.me>2017-04-01 04:53:28 +0200
commite7ed329bd81c2273c03e94c93c9ce9c1d01cdc86 (patch)
tree444778102e4f73b83ef9462235b7f614b004b264 /group_vars/virtual.yml
downloadands-e7ed329bd81c2273c03e94c93c9ce9c1d01cdc86.tar.gz
ands-e7ed329bd81c2273c03e94c93c9ce9c1d01cdc86.tar.bz2
ands-e7ed329bd81c2273c03e94c93c9ce9c1d01cdc86.tar.xz
ands-e7ed329bd81c2273c03e94c93c9ce9c1d01cdc86.zip
Initial import
Diffstat (limited to 'group_vars/virtual.yml')
-rw-r--r--group_vars/virtual.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/group_vars/virtual.yml b/group_vars/virtual.yml
new file mode 100644
index 0000000..f76bafc
--- /dev/null
+++ b/group_vars/virtual.yml
@@ -0,0 +1,10 @@
+glusterfs_transport: tcp
+
+ands_data_device: "/dev/sdb"
+ands_data_volume_size: "20G"
+ands_heketi_volume_size: "20G"
+
+docker_storage_device: "/dev/sdb"
+docker_storage_vg: "ands"
+
+ands_host_id: "{{ ansible_hostname | regex_replace('^[\\w\\d]*\\w(\\d+)(\\.|$)', '\\1') }}"