Patrick Marques
f3c0c09fb6
ssh_public_keys on Azure virtual machine is a list ( #4350 )
...
The ssh_public_keys must be a list otherwise will give the error:
"argument ssh_public_keys is of type <type 'dict'> and we were unable to convert to list"
8 years ago
Ryan
810b40aee9
fix typo in azure_rm_storageaccount ( #4236 )
8 years ago
h-hirokawa
977a6a8b28
Fix azure_rm_virtualmachine ( #4174 ).
8 years ago
Chris Houseknecht
bb582ae574
Remove object name validation.
8 years ago
chouseknecht
de9959b129
Update and pin to azure-2.0.0rc5
8 years ago
chouseknecht
1a3e277f95
Fix 3857 name regex
9 years ago
chouseknecht
de15a631ad
Fix missing ansible_facts.
9 years ago
chouseknecht
97f16b52cf
Fix missing key error when updating existing virtual network.
9 years ago
Matt Martz
1d87213de1
2 Module fixes ( #3611 )
...
* Fix syntax error in azure_rm_virtualmachine.py
* Allow rhn_register to fail gracefully when rhn-client-tools is not installed
9 years ago
Toshio Kuratomi
521370459c
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
9 years ago
Brian Coca
c3ee04b842
switched to return facts
9 years ago
John R Barker
bb9572ca86
ansible-validate-modules part 4: Enable check on ansible-modules-core ( #3526 )
...
* Call ansible-validate-modules
* Correct quotes + add newline
9 years ago
Chris Houseknecht
e78ee3b128
Adding new module azure_rm_networkinterace_facts ( #3460 )
...
* Adding new Azure module.
* Updating based on PR comments
9 years ago
Chris Houseknecht
f98fea488f
Adding new module azure_rm_publicipaddress_facts ( #3463 )
...
* Adding new Azure module.
* Updating based on PR comments
9 years ago
Chris Houseknecht
ee298f3eff
Adding module azure_rm_virtualnetwork_facts ( #3479 )
9 years ago
Chris Houseknecht
317b4f3b02
Adding module azure_rm_storageaccount_facts ( #3483 )
9 years ago
Chris Houseknecht
19a7889c88
Adding module azure_rm_securitygroup_facts ( #3485 )
9 years ago
Chris Houseknecht
518b80200c
Adding new module azure_rm_resourcegroup_facts ( #3487 )
9 years ago
Chris Houseknecht
f580ab7f64
Adding module azure_rm_virtualmachineimage_facts ( #3489 )
9 years ago
Brian Coca
0e4304c6e2
fixed intersection
9 years ago
Brian Coca
9f3660893e
rearranged options to be more declarative
9 years ago
Brian Coca
b963b090bb
fixed missign main
9 years ago
Brian Coca
9eb2b557cd
several fixes:
...
- removed actions feature as this should be global and not per module
- removed default fields from return docs
- moved tags docs to shared fragments
- removed unused imports
9 years ago
chouseknecht
5529863a2d
Remove differences from output. Make options declarative.
9 years ago
chouseknecht
1613b469c9
Reduced states to present and absent. Power states are now bool options.
9 years ago
chouseknecht
530b1faae5
Fix poller error handling
9 years ago
chouseknecht
aab7675c22
Adding module azure_rm_virtualmachine
9 years ago
Chris Houseknecht
78da4cf562
Merge pull request #3462 from chouseknecht/azure_rm_publicipaddress
...
Adding new module azure_rm_publicipaddress
9 years ago
Brian Coca
37a837cd91
minor doc fixes
9 years ago
Chris Houseknecht
fff0ef9cfb
Adding new module azure_rm_resourcegroup ( #3490 )
...
* Adding new module azure_rm_resourcegroup
* Fix poller error handling
9 years ago
Chris Houseknecht
ce97061de7
Adding module azure_rm_storageaccount.py ( #3484 )
...
* Adding module azure_rm_storageaccount.py
* Fix poller error handling
9 years ago
Chris Houseknecht
cf0bbece83
Adding module azure_rm_securitygroup ( #3486 )
...
* Adding module azure_rm_securitygroup
* Fix poller error handling
9 years ago
Chris Houseknecht
693f519ce6
Adding new module azure_rm_storageblob ( #3482 )
9 years ago
Chris Houseknecht
83c500f5c6
Adding module azure_rm_subnet ( #3481 )
...
* Adding module azure_rm_subnet
* Fix poller error handling
9 years ago
Chris Houseknecht
57348c207f
Adding module azure_rm_virtualnetwork ( #3480 )
...
* Adding module azure_rm_virtualnetwork
* Fix poller error handling
9 years ago
Chris Houseknecht
e0ef2e8562
Adding new module azure_rm_networkinterface ( #3461 )
...
* Adding new Azure module.
* Updating based on PR comments
* Fix poller error handling
9 years ago
chouseknecht
3f8d04e74b
Fix poller error handling
9 years ago
chouseknecht
14124ef1b8
Updating based on PR comments
9 years ago
chouseknecht
1ab5987ebc
Adding new azure module.
9 years ago
Kanwei Li
92ad137d46
Add new Dv2 Azure instances
9 years ago
tksarah
e022b7418e
Edit azure.py
9 years ago
tksarah
215632d565
Edit azure.py
9 years ago
Matias De Carli
c2520e6b67
keep backwards compatibility
9 years ago
Matias De Carli
854ffcb605
updated dependencies to work with azure.py 1.0.1
9 years ago
Chris Meyers
59225ca7b0
ensure password or ssh cert specified
9 years ago
Michal Smereczynski
1cfa21829b
Added new Premium Storage instance sizes and case-related documentation clarification.
10 years ago
Benno Joy
762f4f25f7
enable azure to provision windows instances
10 years ago
Benno Joy
fbbc74d5fe
enable the module to provision windows instances
10 years ago
Greg DeKoenigsberg
28a869a030
Updating cloud modules with proper github author information
10 years ago
Toshio Kuratomi
60a66a544d
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.
10 years ago