summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/azure/README.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:04:41 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:04:41 +0000
commit975f66f2eebe9dadba04f275774d4ab83f74cf25 (patch)
tree89bd26a93aaae6a25749145b7e4bca4a1e75b2be /ansible_collections/community/azure/README.md
parentInitial commit. (diff)
downloadansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.tar.xz
ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.zip
Adding upstream version 7.7.0+dfsg.upstream/7.7.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--ansible_collections/community/azure/README.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/ansible_collections/community/azure/README.md b/ansible_collections/community/azure/README.md
new file mode 100644
index 000000000..765e232f5
--- /dev/null
+++ b/ansible_collections/community/azure/README.md
@@ -0,0 +1,39 @@
+# Ansible Community Azure Collection
+
+THIS COLLECTION IS DEPRECATED, USE [azure.azcollection](https://github.com/ansible-collections/azure) INSTEAD!
+
+[![Build Status](https://dev.azure.com/ansible/community.azure/_apis/build/status/CI?branchName=master)](https://dev.azure.com/ansible/community.azure/_build?definitionId=30)
+[![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.