0 votes
in Ansible by
ansible azure modules

1 Answer

0 votes
by
This role includes the latest changes and bug fixes for Azure modules from the devel branch of Ansible repository. If you cannot wait for Ansible's next release, installing this role is a good choice.

Prerequisite

The usage of this playbook role assumes that you've already setup an Ansible environment for Azure. For details, please refer to Ansible tutorial Getting Started with Azure or Install and configure Ansible.

Installation

Install the role.

$ ansible-galaxy install azure.azure_modules

Upgrade Azure Python SDKs required by new Azure modules.

$ pip install -r ~/.ansible/roles/azure.azure_modules/files/requirements-azure.txt

    or

$ sudo pip install -r ~/.ansible/roles/azure.azure_modules/files/requirements-azure.txt

Related questions

0 votes
asked Sep 19, 2019 in Ansible by Robin
0 votes
0 votes
asked Aug 24, 2019 in Ansible by rahulsharma
...