Hi,
I really love your role Ansible! It is particularly suitable for my setup where the Debian installer can not do it.
Could you add swap support under LVM (mkswap and append to fstab) please ?
Here are my dictionaries:
release: buster
layout:
- device: '/dev/sda'
partitions:
- num: 1
size: 1M
type: ef02
label: BIOS
- num: 2
size: 100M
type: ef00
fs: vfat
mount: /boot/efi
mountdump: 0
mountpass: 1
mountopts: noatime,nofail,x-systemd.device-timeout=1,umask=0077
label: EFI
- num: 3
size: 250M
type: 8300
fs: xfs
mount: /boot
mountdump: 0
mountpass: 2
mountopts: noatime,nodev,nosuid
label: BOOT
lvm:
- lv: swap
vg: vg-srv
pvs: /dev/sdb
size: 1G
opts: ~
label: swap
fs: swap
mount: none
mountdump: 0
mountpass: 0
mountopts: sw
- lv: os
vg: vg-srv
pvs: /dev/sdb
size: 15G
opts: ~
label: os
fs: xfs
mount: /
mountdump: 0
mountpass: 1
mountopts: noatime,nodev
Thank you in advance
Hi,
I really love your role Ansible! It is particularly suitable for my setup where the Debian installer can not do it.
Could you add swap support under LVM (mkswap and append to fstab) please ?
Here are my dictionaries:
Thank you in advance