summaryrefslogtreecommitdiff
path: root/host_vars
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-11-21 22:28:39 +0100
committerChristian Pointner <equinox@spreadspace.org>2017-11-21 22:28:39 +0100
commit91cd5480b5a1ca1103d5e239af3d331477c41c2c (patch)
treeb495bf31e2d5da50b045838a1e8d0455db09ee65 /host_vars
initial commit as copy from helsinki ansible repo
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/elesearch21
1 files changed, 21 insertions, 0 deletions
diff --git a/host_vars/elesearch b/host_vars/elesearch
new file mode 100644
index 00000000..f1611f47
--- /dev/null
+++ b/host_vars/elesearch
@@ -0,0 +1,21 @@
+vm_install:
+ host: sk2013
+ mem: 1024
+ numcpu: 4
+ disks:
+ primary: vda
+ virtio:
+ vda:
+ vg: storage
+ lv: "{{ inventory_hostname }}"
+ size: 50g
+ interfaces:
+ - idx: 1
+ bridge: virbr
+ name: public0
+ autostart: True
+vm_network:
+ systemd_link:
+ interfaces: "{{ vm_install.interfaces }}"
+ internet:
+ interface: public0