summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-gnocchi.yml
blob: c52a1cf492348254e04d6cb3752a601fcb15ddde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
install_interface: enp2s0
install_dhcp: true

install:
  disks:
    primary: /dev/disk/by-id/ata-Samsung_SSD_860_EVO_mSATA_250GB_S41MNC0KA13977X
  kernel_cmdline:
    - console=ttyS0,115200n8

network:
  domain: "{{ host_domain }}"
  interfaces:
  - name: br-mgmt
    address: "{{ network_zones.mgmt.prefix | ipaddr(network_zones.mgmt.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"


apt_repo_components:
  - main
  - contrib
  - non-free ## for microcode updates


installer_lvm:
  vg: "{{ host_name }}"
  lv: installer
  size: 10G
  fs: ext4