This role lets you set the file access control list (ACL) on the specified directory.
Name | Required | Example | Description |
---|---|---|---|
path |
yes | /var/www/html |
Directory to apply the ACL on. |
acl |
yes | u::rwx,g::rwx,o::---,d:u::rwx,d:g::rwx,d:o::--- |
ACL to apply on the directory. |
- include_role:
name: noobient.setfacl
vars:
path: '/var/www/htdocs'
acl: 'u::rwx,g::rwx,o::---,d:u::rwx,d:g::rwx,d:o::---'
N/A
Platform | Support | Status |
---|---|---|
Linter | ✅ | |
AlmaLinux 8 | ✅ | |
AlmaLinux 9 | ✅ | |
Fedora 40 | ✅ | |
Fedora 41 | ✅ | |
Ubuntu 20.04 | ✅ | |
Ubuntu 22.04 | ✅ | |
Ubuntu 24.04 | ✅ |