summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-router-obsd.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-12-14 01:57:03 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-12-23 02:00:23 +0100
commit27c9986590371d4b706ddb7d5628bef0f4b8b2bc (patch)
tree7ec001f295a0764d3798fedcb9e8efd0da40f476 /inventory/host_vars/ch-router-obsd.yml
parenttrial support openbsd in sshd and zsh roles (diff)
some more tests for openbsd install
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: {}