host inventory updates
parent
2cd64c159f
commit
56c87e9735
18
hosts.yml
18
hosts.yml
|
@ -92,6 +92,24 @@ all:
|
||||||
opts: "subvol=src,noatime"
|
opts: "subvol=src,noatime"
|
||||||
passno: "0"
|
passno: "0"
|
||||||
|
|
||||||
|
- src: "/dev/mapper/disk0"
|
||||||
|
path: "/etc/rancher"
|
||||||
|
fstype: "btrfs"
|
||||||
|
opts: "subvol=rancher_config,noatime"
|
||||||
|
passno: "0"
|
||||||
|
|
||||||
|
- src: "/dev/mapper/disk0"
|
||||||
|
path: "/var/lib/rancher"
|
||||||
|
fstype: "btrfs"
|
||||||
|
opts: "subvol=rancher_data,noatime"
|
||||||
|
passno: "0"
|
||||||
|
|
||||||
|
- src: "/dev/mapper/disk0"
|
||||||
|
path: "/var/lib/docker"
|
||||||
|
fstype: "btrfs"
|
||||||
|
opts: "subvol=docker,noatime"
|
||||||
|
passno: "0"
|
||||||
|
|
||||||
rpi_cfg:
|
rpi_cfg:
|
||||||
- "enable_uart=1"
|
- "enable_uart=1"
|
||||||
- "otg_mode=1"
|
- "otg_mode=1"
|
||||||
|
|
Loading…
Reference in New Issue