summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-omd.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/ch-omd.yml')
-rw-r--r--inventory/host_vars/ch-omd.yml55
1 files changed, 0 insertions, 55 deletions
diff --git a/inventory/host_vars/ch-omd.yml b/inventory/host_vars/ch-omd.yml
deleted file mode 100644
index 80c6d632..00000000
--- a/inventory/host_vars/ch-omd.yml
+++ /dev/null
@@ -1,55 +0,0 @@
----
-install_jumphost: ch-jump
-
-install:
- vm:
- memory: 8G
- numcpus: 4
- autostart: yes
- disks:
- primary: /dev/sda
- scsi:
- sda:
- type: zfs
- name: root
- size: 50g
- system_lvm:
- volumes:
- - name: root
- size: 3G
- filesystem: ext4
- mountpoint: /
- - name: var
- size: 1280M
- filesystem: ext4
- mountpoint: /var
- - name: var+log
- size: 768M
- filesystem: ext4
- mountpoint: /var/log
- mount_options:
- - noatime
- - nodev
- - noexec
- - name: opt
- size: 10G
- filesystem: ext4
- mountpoint: /opt
- interfaces:
- - bridge: br-svc
- name: svc0
-
-network:
- nameservers: "{{ network_zones.svc.dns }}"
- domain: "{{ host_domain }}"
- systemd_link:
- interfaces: "{{ install.interfaces }}"
- primary: &_network_primary_
- name: svc0
- address: "{{ network_zones.svc.prefix | ansible.utils.ipaddr(network_zones.svc.offsets[inventory_hostname]) }}"
- gateway: "{{ network_zones.svc.gateway }}"
- static_routes:
- - destination: "{{ network_zones.lan.prefix }}"
- gateway: "{{ network_zones.svc.prefix | ansible.utils.ipaddr(network_zones.svc.offsets['ch-gw-lan']) | ansible.utils.ipaddr('address') }}"
- interfaces:
- - *_network_primary_