summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-router-obsd.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/ch-router-obsd.yml')
-rw-r--r--inventory/host_vars/ch-router-obsd.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-router-obsd.yml b/inventory/host_vars/ch-router-obsd.yml
new file mode 100644
index 00000000..48788004
--- /dev/null
+++ b/inventory/host_vars/ch-router-obsd.yml
@@ -0,0 +1,21 @@
+---
+vm_host: ch-gnocchi
+
+install:
+ host: "{{ vm_host }}"
+ mem: 512
+ numcpu: 1
+ disks:
+ primary: /dev/sda
+ virtio:
+ vda:
+ type: lvm
+ vg: "{{ hostvars[vm_host].host_name }}"
+ lv: "{{ inventory_hostname }}"
+ size: 10g
+ interfaces:
+ - bridge: br-svc
+ name: vi0
+ autostart: True
+
+network: {}