Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 2.31 KB

README.md

File metadata and controls

39 lines (29 loc) · 2.31 KB

noobient.setfacl

Synopsys

This role lets you set the file access control list (ACL) on the specified directory.

Parameters

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.

Examples

- include_role:
    name: noobient.setfacl
  vars:
    path: '/var/www/htdocs'
    acl: 'u::rwx,g::rwx,o::---,d:u::rwx,d:g::rwx,d:o::---'

Return Values

N/A

Support

Platform Support Status
Linter Lint
AlmaLinux 8 AlmaLinux 8
AlmaLinux 9 AlmaLinux 9
Fedora 40 Fedora 40
Fedora 41 Fedora 41
Ubuntu 20.04 Ubuntu 20.04
Ubuntu 22.04 Ubuntu 22.04
Ubuntu 24.04 Ubuntu 24.04