Skip to content

Instantly share code, notes, and snippets.

@halberom
Last active August 17, 2020 02:51
Show Gist options
  • Select an option

  • Save halberom/136bcfeb93d09b2dcc52 to your computer and use it in GitHub Desktop.

Select an option

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