February 2018
Intermediate to advanced
200 pages
5h 51m
English
Ansible packages cloud modules to interact with Azure resource manager. These modules require Azure Python SDK to interact with the Azure resource manager's APIs. We will now prepare our host to run Ansible using Azure cloud modules and put it together so that it can create and manage Azure resources:
$ pip install ansible[azure]
We will use service principle credentials to authenticate with the Azure resource manager. We should note that in ...
Read now
Unlock full access