summaryrefslogtreecommitdiff
path: root/inventory/host_vars/r3-cccamp19-flora.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-06-22 02:37:11 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-06-22 02:37:11 +0200
commit5a35c210ddb64998586b69b921e8d721395f09d5 (patch)
tree9a65e26f147c59ab379e1cd23a1baf60ac5d5264 /inventory/host_vars/r3-cccamp19-flora.yml
parentMerge branch 'topic/kubernetes-network-plugins' (diff)
parentconverted other physical machines to new network config (diff)
Merge branch 'topic/network-interfaces-variables-refactoring'
Diffstat (limited to 'inventory/host_vars/r3-cccamp19-flora.yml')
-rw-r--r--inventory/host_vars/r3-cccamp19-flora.yml38
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