What are the requirements to run Anible on Azure

0 votes
What are the requirements to run Ansible on Azure? Anything that I need to know so that I dont screw things up?
Apr 5, 2019 in Ansible by Jinu
366 views

1 answer to this question.

0 votes

Using the Azure Resource Manager modules requires having specific Azure SDK modules installed on the host running Ansible.

$ pip install 'ansible[azure]'

If you are running Ansible from source, you can install the dependencies from the root directory of the Ansible repo.

$ pip install .[azure]
answered Apr 5, 2019 by ZA

Related Questions In Ansible

0 votes
1 answer
+1 vote
3 answers
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,520 views
+2 votes
1 answer
0 votes
1 answer

What are the SCM tools supported by jenkins?

Hey @Jugnu, below are Source code management ...READ MORE

answered Feb 13, 2019 in Ansible by Imran
6,310 views
0 votes
1 answer

Playbook to create VM with existing storage account on Azure

Hey @Layla, try something like this: - name: ...READ MORE

answered Mar 27, 2019 in Ansible by Barbara
921 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP