diff options
Diffstat (limited to 'inventory/host_vars/r3-cccamp19-flora.yml')
-rw-r--r-- | inventory/host_vars/r3-cccamp19-flora.yml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/inventory/host_vars/r3-cccamp19-flora.yml b/inventory/host_vars/r3-cccamp19-flora.yml deleted file mode 100644 index 40524574..00000000 --- a/inventory/host_vars/r3-cccamp19-flora.yml +++ /dev/null @@ -1,38 +0,0 @@ ---- -_vm_host_: helene - -install: - vm: - host: "{{ _vm_host_ }}" - mem: 4096 - numcpu: 4 - autostart: True - disks: - primary: /dev/sda - scsi: - sda: - type: lvm - vg: "{{ hostvars[_vm_host_].host_name }}" - lv: "{{ inventory_hostname }}" - size: 10g - 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 }}" - -install_playbook: r3-cccamp19_vm - -dyndns: - server: ch-pan |