-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
57 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,58 @@ | ||
[![GitHub Actions CI/CD build status — Collection test suite](https://github.com/ansible-collection-migration/ansible.posix/workflows/Collection%20test%20suite/badge.svg?branch=master)](https://github.com/ansible-collection-migration/ansible.posix/actions?query=workflow%3A%22Collection%20test%20suite%22) | ||
# ansible.posix | ||
<!-- Add CI and code coverage badges here. Samples included below. --> | ||
[![Run Status](https://api.shippable.com/projects/5e669aaf8b17a60007e4d18d/badge?branch=master)]() [![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/ansible.posix)](https://codecov.io/gh/ansible-collections/ansible.posix) | ||
|
||
<!-- Describe the collection and why a user would want to use it. What does the collection do? --> | ||
|
||
## Tested with Ansible | ||
|
||
<!-- List the versions of Ansible the collection has been tested with. Must match what is in galaxy.yml. --> | ||
|
||
* ansible-base 2.10 (devel) | ||
|
||
## External requirements | ||
|
||
None | ||
|
||
## Included content | ||
|
||
<!-- Galaxy will eventually list the module docs within the UI, but until that is ready, you may need to either describe your plugins etc here, or point to an external docsite to cover that information. --> | ||
|
||
## Using this collection | ||
|
||
<!--Include some quick examples that cover the most common use cases for your collection content. --> | ||
|
||
See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details. | ||
|
||
## Contributing to this collection | ||
|
||
<!--Describe how the community can contribute to your collection. At a minimum, include how and where users can create issues to report problems or request features for this collection. List contribution requirements, including preferred workflows and necessary testing, so you can benefit from community PRs. If you are following general Ansible contributor guidelines, you can link to - [Ansible Community Guide](https://docs.ansible.com/ansible/latest/community/index.html). --> | ||
|
||
* [Issues](https://github.com/ansible-collections/ansible.posix/issues) | ||
* [Pull Requests](https://github.com/ansible-collections/ansible.posix/pulls) | ||
* [Ansible Community Guide](https://docs.ansible.com/ansible/latest/community/index.html) | ||
|
||
## Release notes | ||
|
||
* 0.1.1 Initial stable build | ||
* 0.1.0 Internal only build | ||
|
||
## Roadmap | ||
|
||
<!-- Optional. Include the roadmap for this collection, and the proposed release/versioning strategy so users can anticipate the upgrade/update cycle. --> | ||
|
||
## More information | ||
|
||
<!-- List out where the user can find additional information, such as working group meeting times, slack/IRC channels, or documentation for the product this collection automates. At a minimum, link to: --> | ||
|
||
- [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 [LICENCE](https://www.gnu.org/licenses/gpl-3.0.txt) to see the full text. | ||
|
||
Ansible Collection: ansible.posix | ||
================================================= |