xoxys.lvm/molecule/rocky8/converge.yml
Robert Kaussow db80396186
All checks were successful
continuous-integration/drone/push Build is passing
feat: add test for Rocky Linux 8 (#1)
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
Co-committed-by: Robert Kaussow <xoxys@rknet.org>
2022-01-26 21:09:43 +01:00

18 lines
286 B
YAML

---
- name: Converge
hosts: all
vars:
lvm_volumes:
- name: lv_test
group: vg_test
disks:
- /dev/sdb
fstype: ext4
size: 1g
resizefs: True
mountpoint: /mnt/data
state: mounted
roles:
- role: xoxys.lvm