ansible.utils/README.md

91 lines
4.1 KiB
Markdown
Raw Normal View History

2020-10-06 18:04:14 +00:00
2020-10-09 17:07:26 +00:00
# Ansible Utilities Collection
[![CI](https://zuul-ci.org/gated.svg)](https://dashboard.zuul.ansible.com/t/ansible/builds?project=ansible-collections%2Fansible.utils) <!--[![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/ansible.utils)](https://codecov.io/gh/ansible-collections/ansible.utils)-->
2020-10-06 18:04:14 +00:00
2020-10-09 17:07:26 +00:00
The Ansible ``ansible.utils`` collection includes FIXME
2020-10-06 18:04:14 +00:00
2020-10-09 17:07:26 +00:00
<!--start requires_ansible-->
## Ansible version compatibility
2020-10-06 18:04:14 +00:00
2020-10-09 17:07:26 +00:00
This collection has been tested against following Ansible versions: **>=2.9.10,<2.11**.
2020-10-06 18:04:14 +00:00
2020-10-09 17:07:26 +00:00
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.
<!--end requires_ansible-->
2020-10-06 18:04:14 +00:00
## Included content
2020-10-09 17:07:26 +00:00
<!--start collection content-->
### Filter plugins
Name | Description
--- | ---
ansible.utils.get_path|Get the value within a variable using a path. [See examples](https://github.com/ansible-collections/ansible.utils/blob/main/docs/ansible.utils.get_path_lookup.rst)
ansible.utils.to_paths|Convert complex objects to paths. [See examples](https://github.com/ansible-collections/ansible.utils/blob/main/docs/ansible.utils.to_paths_lookup.rst)
### Lookup plugins
Name | Description
--- | ---
[ansible.utils.get_path](https://github.com/ansible-collections/ansible.utils/blob/main/docs/ansible.utils.get_path_lookup.rst)|Retrieve the value in a variable using a path
[ansible.utils.to_paths](https://github.com/ansible-collections/ansible.utils/blob/main/docs/ansible.utils.to_paths_lookup.rst)|Flatten a complex object into a dictionary of paths and values
<!--end collection content-->
## Installing this collection
2020-10-06 18:04:14 +00:00
2020-10-09 17:07:26 +00:00
You can install the ``ansible.utils`` collection with the Ansible Galaxy CLI:
ansible-galaxy collection install ansible.utils
You can also include it in a `requirements.yml` file and install it with `ansible-galaxy collection install -r requirements.yml`, using the format:
```yaml
---
collections:
- name: ansible.utils
```
2020-10-06 18:04:14 +00:00
## Using this collection
2020-10-09 17:07:26 +00:00
The most common use case for this collection is FIXME
2020-10-06 18:04:14 +00:00
2020-10-09 17:07:26 +00:00
**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.
### See Also:
* [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.
2020-10-06 18:04:14 +00:00
## Contributing to this collection
2020-10-09 17:07:26 +00:00
We welcome community contributions to this collection. If you find problems, please open an issue or create a PR against the [ansible.utils collection repository](https://github.com/ansible-collections/ansible.utils). See [Contributing to Ansible-maintained collections](https://docs.ansible.com/ansible/devel/community/contributing_maintained_collections.html#contributing-maintained-collections) for complete details.
2020-10-06 18:04:14 +00:00
2020-10-09 17:07:26 +00:00
See the [Ansible Community Guide](https://docs.ansible.com/ansible/latest/community/index.html) for details on contributing to Ansible.
2020-10-06 18:04:14 +00:00
2020-10-09 17:07:26 +00:00
### Code of Conduct
This collection follows the Ansible project's
[Code of Conduct](https://docs.ansible.com/ansible/devel/community/code_of_conduct.html).
Please read and familiarize yourself with this document.
2020-10-06 18:04:14 +00:00
2020-10-09 17:07:26 +00:00
## Release notes
<!--Add a link to a changelog.md file or an external docsite to cover this information. -->
Release notes are available [here](https://github.com/ansible-collections/ansible.utils/blob/main/changelogs/CHANGELOG.rst)
2020-10-06 18:04:14 +00:00
## Roadmap
<!-- Optional. Include the roadmap for this collection, and the proposed release/versioning strategy so users can anticipate the upgrade/update cycle. -->
## More information
- [Ansible Collection overview](https://github.com/ansible-collections/overview)
- [Ansible User guide](https://docs.ansible.com/ansible/latest/user_guide/index.html)
- [Ansible Developer guide](https://docs.ansible.com/ansible/latest/dev_guide/index.html)
- [Ansible Community code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html)
## Licensing
GNU General Public License v3.0 or later.
See [LICENSE](https://www.gnu.org/licenses/gpl-3.0.txt) to see the full text.