summaryrefslogtreecommitdiff
path: root/contrib/inventory/azure_rm.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.six in inventory scripts (#55000)Sam Doran2019-04-091-7/+1
* Fix pycodestyle E117 issues.Matt Clay2019-02-131-8/+8
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-3/+3
* update doc in contrib\inventory\azure_rm.py (#46939)Yunge Zhu2018-11-141-0/+6
* Fix #43917 (#43929)Miguel C2018-08-131-1/+1
* add group_by_os_family in azure dynamic inventory (#40702)Etienne Deneuve2018-08-091-1/+9
* Retrive subscription id from env (#42036)Yuwei Zhou2018-06-281-0/+1
* Prefer readthedocs.io instead of readthedocs.org for doc links (#41537)Jon Dufresne2018-06-181-1/+1
* add adfs_authority_url arg in azure_rm.py (#41071)Yunge Zhu2018-06-041-3/+5
* Fixes #36621, support adfs auth through adal (#37909)Yunge Zhu2018-05-231-1/+46
* add user-agent to Azure API calls, and support MSI/CLI cred for inventory (#3...Yuwei Zhou2018-05-111-21/+75
* [contrib] azure_rm.py add mechanism to force use of private ip as ansible_hos...Sylvain Rabot2018-05-021-2/+7
* Remove unused import from azure dyn inventory (#34980)Patrick Marques2018-03-221-2/+0
* Set win_rm protocol to the name, not the full ProtocolTypes object (#37499)Tyler Gregory2018-03-211-1/+1
* azure_rm inventory should add "ansible_connection: winrm" in host_vars for wi...Fabrice Flore-Thébault2018-01-181-0/+1
* Fix invalid string escape sequences.Matt Clay2017-11-211-2/+2
* refactor azure dynamic inventory script configparser import to support python...Thomas Stringer2017-10-051-4/+8
* fixed incorrect endpoint selection in azure_rm.pyMatt Davis2017-09-011-5/+18
* expose cloud_environment override in azure_rm modules (#28743)Matt Davis2017-08-291-19/+55
* PEP8 fixesSam Doran2017-08-181-3/+3
* Use tenant in UserPassCredentials if set.Peter Hoffmann2017-08-181-1/+5
* Added checks for machine.os_profile is not None before trying to access child...James Portman2017-08-151-2/+2
* pep8 fixes for contrib (#24344)Matt Martz2017-05-091-8/+8
* azure_rm inventory version comparison fix (#22341)Matt Davis2017-03-061-4/+4
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-1/+1
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-271-3/+3
* fix typoPeter Hoffmann2017-01-271-1/+1
* Fix bug 17934 : Azure register failure must not be blocking (#18695)Laurent Mazuel2017-01-181-1/+5
* Removed dict.iteritems() in several other files.Andrea Tartaglia2016-12-141-4/+4
* fix azure_rm.py to work with 2.0.0rc5 or rc6Matt Davis2016-10-261-3/+3
* Use addresses and names reserved for documentationRobin Schneider2016-09-111-1/+1
* add default location and env override (#16854)Andrew Dolby2016-08-041-5/+8
* Upgrade to azure 2.0.0rc5 and add locations parameter.Chris Houseknecht2016-07-091-27/+36
* Fix whitespace.André Cruz2016-05-231-1/+1
* Use the python executable specified by the environment.André Cruz2016-05-231-1/+1
* Rename azure inventory script. Fix bug preventing AD user login via environme...chouseknecht2016-04-211-0/+786