Use Ansible To Mount Filesystem
linuxhint.com › ansible-mount-filesystemAbsent – if absent, Ansible will remove the device’s mount entry from fstab and remove its mount point. Remounted – used when you want to remount a device. Typically used to refresh the mount point. Example 2 – Mount on NTFS filesystem. To mount a device in the NTFS filesystem, change the fstype as shown in the example playbook below.---