summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-mimas-legacy.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/ch-mimas-legacy.yml')
-rw-r--r--inventory/host_vars/ch-mimas-legacy.yml32
1 files changed, 32 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-mimas-legacy.yml b/inventory/host_vars/ch-mimas-legacy.yml
new file mode 100644
index 00000000..a15ebb43
--- /dev/null
+++ b/inventory/host_vars/ch-mimas-legacy.yml
@@ -0,0 +1,32 @@
+---
+install:
+ vm:
+ memory: 2G
+ numcpus: 4
+ autostart: True
+ disks:
+ primary: /dev/vda
+ virtio:
+ vda:
+ type: zfs
+ name: root
+ size: 62g
+ interfaces:
+ - bridge: br-public
+ name: eth0
+
+network:
+ nameservers: "{{ vm_host.network.dns }}"
+ domain: "{{ host_domain }}"
+ systemd_link:
+ interfaces: "{{ install.interfaces }}"
+ primary: &_network_primary_
+ name: eth0
+ address: "{{ vm_host.network.bridges.public.prefix | ansible.utils.ipaddr(vm_host.network.bridges.public.offsets[inventory_hostname]) }}"
+ gateway: "{{ vm_host.network.bridges.public.prefix | ansible.utils.ipaddr(vm_host.network.bridges.public.offsets[vm_host.name]) | ansible.utils.ipaddr('address') }}"
+ template: overlay
+ overlay: "{{ (vm_host.network.bridges.public.overlays.default.prefix | ansible.utils.ipaddr(vm_host.network.bridges.public.overlays.default.offsets[inventory_hostname])).split('/')[0] }}"
+ interfaces:
+ - *_network_primary_
+
+external_ip: "{{ network.primary.overlay }}"