Commit Graph

21 Commits (2b0bdd45e8d336ca02506bf06199c4f9d0bc48d9)

Author SHA1 Message Date
jctanner 06e1141106 replace type() with isinstance() (#5541)
Replace all use of type() with isintance()

Addresses https://github.com/ansible/ansible/issues/18310
2016-12-08 11:25:27 -05:00
Michael Scherer 8b7898e4ab Do not leak the password in log (#5203) 2016-12-08 11:25:20 -05:00
John R Barker 25b6492d37 Bulk spelling improvement to modules-core (#5225)
* Correct spelling mistakes

* Correct more spelling issues

* merge conflict

* Revert typo in parms
2016-12-08 11:25:20 -05:00
Toshio Kuratomi 7d9fb08e1a Py3 exclude list (#3698)
* Fix a few modules to pass syntax checks under python3

* Move from a whitelist of modules to check for python3 compat to a blacklist
2016-12-08 11:24:29 -05:00
Kanwei Li a2a3d2fc06 Add new Dv2 Azure instances 2016-12-08 11:24:09 -05:00
tksarah 7ad225eedd Edit azure.py 2016-12-08 11:23:55 -05:00
Matias De Carli f2bc0a6d85 keep backwards compatibility 2016-12-08 11:23:39 -05:00
Matias De Carli d32809cadb updated dependencies to work with azure.py 1.0.1 2016-12-08 11:23:37 -05:00
Chris Meyers 0dbf41e740 ensure password or ssh cert specified 2016-12-08 11:23:20 -05:00
Michal Smereczynski 9d4b252f56 Added new Premium Storage instance sizes and case-related documentation clarification. 2016-12-08 11:23:11 -05:00
Benno Joy 17c185c8d1 enable azure to provision windows instances 2016-12-08 11:23:09 -05:00
Benno Joy 2314670952 enable the module to provision windows instances 2016-12-08 11:23:09 -05:00
Greg DeKoenigsberg 18ca7aee07 Updating cloud modules with proper github author information 2016-12-08 11:23:07 -05:00
Toshio Kuratomi 5336217649 Several cleanups to many modules:
* Fix docs to specify when python2.6+ is required (due to a library
  dep).  This helps us know when it is okay to use python2.6+ syntax in
  the file.
* remove BabyJson returns.  See #1211  This commit fixes all but the
  openstack modules.
* Use if __name__ == '__main__' to only run the main part of the module
  if the module is run as a program.  This allows for the potential to
  unittest the code later.
2016-12-08 11:22:58 -05:00
Chris Meyers cec3c8c209 better timeout logic when deleting vm disks. Python 2.4 safe excepts 2016-12-08 11:22:57 -05:00
Chris Meyers cdcaa2d6a0 correctly delete disks associated with vms 2016-12-08 11:22:57 -05:00
Richard Lander 2091278ff0 azure check for hosted service and vm before creating 2016-12-08 11:22:52 -05:00
Richard Lander a0dad8e683 password required 2016-12-08 11:22:43 -05:00
Richard Lander f5532b7904 set network_config.public_ips attribute 2016-12-08 11:22:43 -05:00
moussa taifi 742c10a1a0 Adds the currently available instance types for azure to the available dict(choices..... 2016-12-08 11:22:41 -05:00
Brian Coca 32e85c0944 made subcategories for cloud modules for better organization 2016-12-08 11:22:24 -05:00