Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@halberom
Last active August 17, 2020 02:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save halberom/136bcfeb93d09b2dcc52 to your computer and use it in GitHub Desktop.
Save halberom/136bcfeb93d09b2dcc52 to your computer and use it in GitHub Desktop.
ansible - setfacl example
---
- acl: name=/path/to/scripts/directory entity={{item}} etype=user permissions=rwx default=yes state=present
with_items:
- www-data
- root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment