38 lines
1.3 KiB
Markdown
38 lines
1.3 KiB
Markdown
# Ansible Community Azure Collection
|
|
|
|
[](https://dev.azure.com/ansible/community.azure/_build?definitionId=30)
|
|
[](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.
|