Create missing mountpoint without permissions? #178
Labels
feature
This issue/PR relates to a feature request.
needs_verified
Needs to reproduced before processing
waiting_on_contributor
Needs help. Feel free to engage to get things unblocked
SUMMARY
In some environments, it's common practice to create mountpoints without read/write permissions to prevent admins and services from using them as local directories, filling up the local disk. With Ansible's mount module, a missing mountpoint is created with the default umask instead, so it may be mistaken for a mounted share if the mount failed. Is it possible to have missing mountpoints created without permissions?
ISSUE TYPE
COMPONENT NAME
mount
ADDITIONAL INFORMATION
Manual approach:
Ansible workaround:
The text was updated successfully, but these errors were encountered: