summaryrefslogtreecommitdiff
path: root/inventory/host_vars/r3-cccamp19-feedcode.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-06-21 20:56:13 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-06-21 20:56:13 +0200
commit301e6e0c861379284508209b36a6c8b23ab62f54 (patch)
tree34edb272342f9ec83d22d01199a52b9b62cddc90 /inventory/host_vars/r3-cccamp19-feedcode.yml
parentaddress vs prefix (diff)
move r3-cccamp19 stuff to _graveyard_, introduce new kvm groups
Diffstat (limited to 'inventory/host_vars/r3-cccamp19-feedcode.yml')
-rw-r--r--inventory/host_vars/r3-cccamp19-feedcode.yml33
1 files changed, 0 insertions, 33 deletions
diff --git a/inventory/host_vars/r3-cccamp19-feedcode.yml b/inventory/host_vars/r3-cccamp19-feedcode.yml
deleted file mode 100644
index 10f78ebc..00000000
--- a/inventory/host_vars/r3-cccamp19-feedcode.yml
+++ /dev/null
@@ -1,33 +0,0 @@
----
-_vm_host_: helene
-
-install:
- vm:
- host: "{{ _vm_host_ }}"
- mem: 6144
- numcpu: 4
- autostart: True
- disks:
- primary: /dev/sda
- scsi:
- sda:
- type: lvm
- vg: "{{ hostvars[_vm_host_].host_name }}"
- lv: "{{ inventory_hostname }}"
- size: 42g
- interfaces:
- - bridge: lan-br
- name: lan0
- - bridge: camp19-br
- name: camp0
-
-network:
- nameservers: "{{ network_zones.lan.dns }}"
- domain: "{{ host_domain }}"
- systemd_link:
- interfaces: "{{ install.interfaces }}"
- primary:
- interface: lan0
- ip: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address') }}"
- mask: "{{ network_zones.lan.prefix | ipaddr('netmask') }}"
- gateway: "{{ network_zones.lan.gateway }}"