Skip to content

noobient/ansible-galaxy-setfacl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published