Remove ssd storage from vmhost01

This commit is contained in:
Timo Makinen 2024-10-12 20:19:55 +00:00
parent e617040bfd
commit 4eddc7498c

View file

@ -36,16 +36,6 @@
passno: "0"
dump: "0"
state: mounted
- name: Mount /export/libvirt/ssd
ansible.posix.mount:
name: /export/libvirt/ssd
src: LABEL=ssd
fstype: xfs
opts: noatime,noexec,nosuid,nodev
passno: "0"
dump: "0"
state: mounted
when: inventory_hostname == "vmhost01.home.foo.sh"
roles:
- base