diff --git a/README.md b/README.md index ee727f3..8b1362b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,20 @@ None ## Included content - + +### Modules +Name | Description +--- | --- +[ansible.posix.acl](https://github.com/ansible-collections/ansible.posix/blob/master/docs/ansible.posix.acl.rst)|Set and retrieve file ACL information. +[ansible.posix.at](https://github.com/ansible-collections/ansible.posix/blob/master/docs/ansible.posix.at.rst)|Schedule the execution of a command or script file via the at command +[ansible.posix.authorized_key](https://github.com/ansible-collections/ansible.posix/blob/master/docs/ansible.posix.authorized_key.rst)|Adds or removes an SSH authorized key +[ansible.posix.mount](https://github.com/ansible-collections/ansible.posix/blob/master/docs/ansible.posix.mount.rst)|Control active and configured mount points +[ansible.posix.patch](https://github.com/ansible-collections/ansible.posix/blob/master/docs/ansible.posix.patch.rst)|Apply patch files using the GNU patch tool +[ansible.posix.seboolean](https://github.com/ansible-collections/ansible.posix/blob/master/docs/ansible.posix.seboolean.rst)|Toggles SELinux booleans +[ansible.posix.selinux](https://github.com/ansible-collections/ansible.posix/blob/master/docs/ansible.posix.selinux.rst)|Change policy and state of SELinux +[ansible.posix.synchronize](https://github.com/ansible-collections/ansible.posix/blob/master/docs/ansible.posix.synchronize.rst)|A wrapper around rsync to make common tasks in your playbooks quick and easy +[ansible.posix.sysctl](https://github.com/ansible-collections/ansible.posix/blob/master/docs/ansible.posix.sysctl.rst)|Manage entries in sysctl.conf. + ## Using this collection @@ -55,4 +68,3 @@ See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_gui GNU General Public License v3.0 or later. See [LICENCE](https://www.gnu.org/licenses/gpl-3.0.txt) to see the full text. - diff --git a/docs/ansible.posix.acl.rst b/docs/ansible.posix.acl.rst new file mode 100644 index 0000000..fc61e86 --- /dev/null +++ b/docs/ansible.posix.acl.rst @@ -0,0 +1,348 @@ +:orphan: + +.. _ansible.posix.acl_module: + + +***************** +ansible.posix.acl +***************** + +**Set and retrieve file ACL information.** + + + +.. contents:: + :local: + :depth: 1 + + +Synopsis +-------- +- Set and retrieve file ACL information. + + + + +Parameters +---------- + +.. raw:: html + +
| Key | +Returned | +Description | +
|---|---|---|
|
+
+ acl
+
+
+ list
+
+ |
+ success | +
+ Current ACL on provided path (after changes, if any)
+ + Sample:
+ ['user::rwx', 'group::rwx', 'other::rwx']
+ |
+