grandfathermagic

create a ext4 file system on logical volume

Jun 30th, 2020
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.19 KB | None | 0 0
  1. ---
  2. - hosts: rhel_ansible
  3.   become: yes
  4.   tasks:
  5.     - name: create a ext4 file system on logical volume
  6.       fileSystem:
  7.         fstype: ext4
  8.         dev: /dev/mapper/vg_ansible-lv_ansible
Advertisement
Add Comment
Please, Sign In to add comment