Ansible Collection for Posix
Find a file
ansible-zuul[bot] bc0fb3096b
Merge pull request #129 from evan-a-a/main
firewalld: Add support for firewalld port forwarding

Reviewed-by: Adam Miller <admiller@redhat.com>
             https://github.com/maxamillion
2021-01-18 20:06:36 +00:00
.azure-pipelines AZP: Install ansible-test for coverage 2020-12-11 15:33:50 +00:00
.github settings.yml isn't use 2020-07-02 17:09:54 +01:00
changelogs firewalld: add zone target set (#526) 2020-11-16 12:14:10 +01:00
docs firewalld: Add support for firewalld port forwarding 2021-01-16 19:05:44 -06:00
hacking Migrate hacking/cgroup_perf_recap_graph.py (#12) 2020-04-22 23:05:09 -05:00
meta Content Collection 1.0.0 Release 2020-06-19 22:39:25 -05:00
plugins firewalld: Add support for firewalld port forwarding 2021-01-16 19:05:44 -06:00
tests firewalld: Add support for firewalld port forwarding 2021-01-16 19:05:44 -06:00
.gitignore Update changelog generation configuration 2020-06-17 15:57:15 +05:30
CHANGELOG.rst Refresh changelog 2020-09-02 20:56:39 +00:00
COPYING Initial commit 2020-03-09 13:15:28 +00:00
galaxy.yml Prepare 1.1.1 release 2020-09-02 20:55:04 +00:00
README.md AZP Badge for README.md 2020-12-11 14:30:52 +00:00
requirements.txt Remove sanity jobs from shippable 2020-06-16 19:46:58 -04:00
shippable.yml disable AIX tests in shippable for now because of intermittent failures from IBM Cloud 2020-07-16 16:08:17 -05:00
test-requirements.txt Add support for running ansible-test unit in zuul 2020-06-17 09:34:36 -04:00

ansible.posix

Build Status Run Status

An Ansible Collection of modules and plugins that target POSIX UNIX/Linux and derivative Operating Systems.

Supported Versions of Ansible

Ansible version compatibility

This collection has been tested against following Ansible versions: >=2.9,<2.11.

Plugins and modules within a collection may be tested with only specific Ansible versions. A collection may contain metadata that identifies these versions. PEP440 is the schema used to describe the versions of Ansible.

Included content

Modules

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.mount Control active and configured mount points
ansible.posix.patch Apply patch files using the GNU patch tool
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.

Installing this collection

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

Using this collection

See Ansible Using collections for more details.

NOTE: For Ansible 2.9, you may not see deprecation warnings when you run your playbooks with this collection. Use this documentation to track when a module is deprecated.

Contributing to this collection

We welcome community contributions to this collection. See Contributing to Ansible-maintained collections for complete details.

Code of Conduct

This collection follows the Ansible project's Code of Conduct. Please read and familiarize yourself with this document.

Release notes

  • 0.1.1 Initial stable build
  • 0.1.0 Internal only build

External requirements

None

Tested with Ansible

  • ansible-base 2.11 (devel)
  • ansible-base 2.10 (Beta)
  • ansible-base 2.9 (stable)

Roadmap

More information

Licensing

GNU General Public License v3.0 or later.

See COPYING to see the full text.