Ansible Collection for Posix
Find a file
Adam Miller 20c113f4c3 remove 2.9/aix tests, aix functionality was added in 2.10
Signed-off-by: Adam Miller <admiller@redhat.com>
2020-06-19 15:25:40 -05:00
.github Bootstrap Collection (#1) 2020-03-13 09:12:26 +00:00
changelogs Merge pull request #8 from sivel/ansible/pull/65973 2020-06-19 06:48:42 +00:00
hacking Migrate hacking/cgroup_perf_recap_graph.py (#12) 2020-04-22 23:05:09 -05:00
plugins Merge pull request #8 from sivel/ansible/pull/65973 2020-06-19 06:48:42 +00:00
tests Update tests/utils/shippable/shippable.sh 2020-06-19 10:36:35 -05:00
.gitignore Update changelog generation configuration 2020-06-17 15:57:15 +05:30
COPYING Initial commit 2020-03-09 13:15:28 +00:00
galaxy.yml Prepare for 0.1.3 release 2020-06-16 20:21:31 -04:00
README.md add 2.9 note and contributor link 2020-06-17 16:23:15 -04:00
requirements.txt Remove sanity jobs from shippable 2020-06-16 19:46:58 -04:00
shippable.yml remove 2.9/aix tests, aix functionality was added in 2.10 2020-06-19 15:25:40 -05:00
test-requirements.txt Add support for running ansible-test unit in zuul 2020-06-17 09:34:36 -04:00

ansible.posix

Run Status

Tested with Ansible

  • ansible-base 2.10 (devel)

External requirements

None

Included content

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

Roadmap

More information

Licensing

GNU General Public License v3.0 or later.

See COPYING to see the full text.