summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-10-16 01:56:50 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-10-16 01:56:50 +0200
commit2c01cb3061504df142c6a0d3fa94ed6851ecc9ba (patch)
treeb0d54927c65fbcd0fa619639caca7ae7e5f81ba4 /inventory
parentrename ch-pan to ch-pan-legacy and some other cleanups (diff)
add new ch-pan
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ch-pan.yml31
1 files changed, 31 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-pan.yml b/inventory/host_vars/ch-pan.yml
new file mode 100644
index 00000000..624743bc
--- /dev/null
+++ b/inventory/host_vars/ch-pan.yml
@@ -0,0 +1,31 @@
+---
+install:
+ vm:
+ memory: 2G
+ numcpus: 2
+ autostart: True
+ disks:
+ primary: /dev/sda
+ scsi:
+ sda:
+ type: zfs
+ name: root
+ size: 10g
+ interfaces:
+ - bridge: br-public
+ name: primary0
+ mac: 52:54:00:02:f5:a1
+
+network:
+ nameservers: "{{ vm_host.network.dns }}"
+ domain: "{{ host_domain }}"
+ systemd_link:
+ interfaces: "{{ install.interfaces }}"
+ primary: &_network_primary_
+ name: primary0
+ address: "{{ vm_host.network.bridges.public.prefix | ansible.utils.ipaddr(vm_host.network.bridges.public.offsets[inventory_hostname]) }}"
+ gateway: "{{ vm_host.network.bridges.public.gateway }}"
+ address6: "{{ vm_host.network.bridges.public.prefix6 | ansible.utils.ipaddr(vm_host.network.bridges.public.offsets6[inventory_hostname]) }}"
+ gateway6: "{{ vm_host.network.bridges.public.gateway6 }}"
+ interfaces:
+ - *_network_primary_