An Ansible Collection of modules and plugins that target POSIX UNIX/Linux and derivative Operating Systems.
This collection has been tested against following Ansible versions: >=2.14.
Name | Description |
---|---|
ansible.posix.acl | Set and retrieve file ACL information. |
ansible.posix.at | Schedule the execution of a command or script file via the at command |
ansible.posix.authorized_key | Adds or removes an SSH authorized key |
ansible.posix.firewalld | Manage arbitrary ports/services with firewalld |
ansible.posix.firewalld_info | Gather information about firewalld |
ansible.posix.mount | Control active and configured mount points |
ansible.posix.patch | Apply patch files using the GNU patch tool |
ansible.posix.rhel_facts | Facts module to set or override RHEL specific facts. |
ansible.posix.rhel_rpm_ostree | Ensure packages exist in a RHEL for Edge rpm-ostree based system |
ansible.posix.rpm_ostree_upgrade | Manage rpm-ostree upgrade transactions |
ansible.posix.seboolean | Toggles SELinux booleans |
ansible.posix.selinux | Change policy and state of SELinux |
ansible.posix.synchronize | A wrapper around rsync to make common tasks in your playbooks quick and easy |
ansible.posix.sysctl | Manage entries in sysctl.conf. |
You can install the ansible.posix
collection with the Ansible Galaxy CLI:
ansible-galaxy collection install ansible.posix
You can also include it in a requirements.yml
file and install it with ansible-galaxy collection install -r requirements.yml
, using the format:
---
collections:
- name: ansible.posix
See Ansible Using collections for more details.
We welcome community contributions to this collection. See Contributing to Ansible-maintained collections for complete details.
This collection follows the Ansible project's Code of Conduct. Please read and familiarize yourself with this document.
See changelog for more details.
None
- ansible-core 2.17 (devel)
- ansible-core 2.16 (stable)
- ansible-core 2.15 (stable)
- ansible-core 2.14 (stable)
- Ansible Collection overview
- Ansible User guide
- Ansible Developer guide
- Ansible Community code of conduct
GNU General Public License v3.0 or later.
See COPYING to see the full text.