September 2018
Beginner to intermediate
214 pages
5h 53m
English
This can be a complimentary module to the file system. It is also very useful for managing volume mounting on a specific host system. This module manages /etc/fstab:
- name: mount the recently added volume to the system mount: path: /media/disk1 fstype: ext4 boot: yes state: mounted src: /dev/sdc1
This module can also handle mounting network drives. This may require you to install extra tools such as NFS and SMB client.
Read now
Unlock full access