diff options
Diffstat (limited to 'collections-debian-merged/ansible_collections/community/azure/README.md')
-rw-r--r-- | collections-debian-merged/ansible_collections/community/azure/README.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/community/azure/README.md b/collections-debian-merged/ansible_collections/community/azure/README.md new file mode 100644 index 00000000..d4c197d0 --- /dev/null +++ b/collections-debian-merged/ansible_collections/community/azure/README.md @@ -0,0 +1,36 @@ +# Ansible Community Azure Collection +[![Shippable build status](https://api.shippable.com/projects/5e66776c46e72100078419d6/badge?branch=main)](https://app.shippable.com/projects/5e66776c46e72100078419d6) +[![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/community.azure)](https://codecov.io/gh/ansible-collections/community.azure) + +Provides modules for [Ansible](https://www.ansible.com/community) for various Azure operations. + +## Requirements + +- ansible version >= 2.9 + +## Installation + +To install Azure collection hosted in Galaxy: + +```bash +ansible-galaxy collection install community.azure +``` + +To upgrade to the latest version of Azure collection: + +```bash +ansible-galaxy collection install community.azure --force +``` + +## 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 [COPYING](https://www.gnu.org/licenses/gpl-3.0.txt) to see the full text. |