summaryrefslogtreecommitdiff
path: root/host_vars/elesearch.yaml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-04-21 23:28:35 +0200
committerChristian Pointner <equinox@spreadspace.org>2018-04-21 23:28:35 +0200
commit2e5b51cc24b6f6c91e7f969fe14e3adc2d4e80f2 (patch)
tree6cbb61b2f17061fee06306a3ec2e58e2fc3e87de /host_vars/elesearch.yaml
parentupdated google apt key (diff)
rename all .yaml to .yml
Diffstat (limited to 'host_vars/elesearch.yaml')
-rw-r--r--host_vars/elesearch.yaml23
1 files changed, 0 insertions, 23 deletions
diff --git a/host_vars/elesearch.yaml b/host_vars/elesearch.yaml
deleted file mode 100644
index 296f562e..00000000
--- a/host_vars/elesearch.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
----
-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