Ansible Collection for Posix
Find a file
softwarefactory-project-zuul[bot] e2839eb4d1
Merge pull request #675 from saito-hideki/stable-1_pr673
[Backport][stable-1][CI]Update AZP CI matrix for stable-1

SUMMARY
Update the AZP CI matrix to bump the test container version to 7.0.0.

See more details in #673

ISSUE TYPE

CI Pull Request

COMPONENT NAME

ansible.posix

ADDITIONAL INFORMATION
None
2025-08-08 05:28:26 +00:00
.azure-pipelines Update AZP CI matrix for stable-1 2025-08-08 14:01:42 +09:00
.github Revert "Merge pull request #556 from Akasurde/i350" 2024-10-09 15:32:23 +09:00
changelogs Update AZP CI matrix for stable-1 2025-08-08 14:01:42 +09:00
hacking Migrate hacking/cgroup_perf_recap_graph.py (#12) 2020-04-22 23:05:09 -05:00
meta Drop ansible-core 2.14 and set 2.15 minimum version 2024-10-15 16:38:47 +09:00
plugins Merge pull request #631 from saito-hideki/issue/630 2025-04-17 11:26:23 +09:00
tests Update AZP CI matrix for stable-1 2025-08-08 14:01:42 +09:00
.ansible-lint Add basic ansible-lint config. 2024-06-07 07:03:56 +02:00
.gitignore Update changelog generation configuration 2020-06-17 15:57:15 +05:30
bindep.txt bindep - install rsync on all EL variants 2023-02-22 20:07:25 -05:00
CHANGELOG.rst Release 1.6.2 commit 2024-10-22 10:42:09 +09:00
codecov.yml refactor to comply with current ansible-lint and sanity guidelines 2023-12-06 17:22:59 -06:00
COPYING Initial commit 2020-03-09 13:15:28 +00:00
galaxy.yml Release 1.6.2 commit 2024-10-22 10:42:09 +09:00
PSF-license.txt Update with actual CPython 3.9.5 license. 2022-05-16 08:00:40 +02:00
README.md Update AZP CI matrix for stable-1 2025-08-08 14:01:42 +09:00
requirements.txt Remove sanity jobs from shippable 2020-06-16 19:46:58 -04:00
shippable.yml refactor to comply with current ansible-lint and sanity guidelines 2023-12-06 17:22:59 -06: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.

Communication

For more information about communication, see the Ansible communication guide.

Supported Versions of Ansible

Ansible version compatibility

This collection has been tested against following Ansible versions: >=2.16.

Included content

Check out Ansible Galaxy or the Ansible documentation for all modules and plugins included in this collection.

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.

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

See changelog for more details.

External requirements

None

Tested with Ansible

  • ansible-core 2.18 (stable) *
  • ansible-core 2.17 (stable)
  • ansible-core 2.16 (stable)

Roadmap

More information

Licensing

GNU General Public License v3.0 or later.

See COPYING to see the full text.