summaryrefslogtreecommitdiff
path: root/inventory/host_vars
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-10-15 17:00:28 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-10-15 17:00:28 +0200
commita500cd841ab3fd99d1574396ece2552d83307772 (patch)
treef707c6506ded694cc7da3d376b5b5d737b25c5ee /inventory/host_vars
parentrename mimas to mimas-legacy and re-install ch-mimas2 as ch-mimas (diff)
remove ch-keyserver
Diffstat (limited to 'inventory/host_vars')
-rw-r--r--inventory/host_vars/ch-keyserver.yml32
1 files changed, 0 insertions, 32 deletions
diff --git a/inventory/host_vars/ch-keyserver.yml b/inventory/host_vars/ch-keyserver.yml
deleted file mode 100644
index c2b62d81..00000000
--- a/inventory/host_vars/ch-keyserver.yml
+++ /dev/null
@@ -1,32 +0,0 @@
----
-install:
- vm:
- memory: 2G
- numcpus: 2
- autostart: True
- disks:
- primary: /dev/sda
- scsi:
- sda:
- type: lvm
- vg: "{{ hostvars[vm_host.name].host_name }}"
- lv: "{{ inventory_hostname }}"
- size: 10g
- interfaces:
- - bridge: br-public
- name: primary0
- mac: 52:54:00:f9:e6:7f
-
-network:
- nameservers: "{{ hostvars[_vm_host_].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.offsets[inventory_hostname]) }}"
- gateway6: "{{ vm_host.network.bridges.public.gateway6 }}"
- interfaces:
- - *_network_primary_