José Maia
9039002886
Fix typo in Azure ARM module documentation ( #46065 )
2018-09-24 09:57:23 -05:00
Matt Davis
3b52d968e6
fix premature exit when RG doesn't exist ( #46013 )
...
* fixes #45941
* corrects regression introduced by #26104 ; when the resource group doesn't exist, the module exits prematurely with an error instead of creating it.
2018-09-21 16:23:21 -07:00
Abhijeet Kasurde
0ecbd50c3b
Misc typo fixes ( #45969 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-09-21 14:43:22 +01:00
Michael Johnson
1a3bc7d746
Update azure_rm_virtualmachine.py ( #45325 )
...
* Update azure_rm_virtualmachine.py
A lot of Azure images are not cloud-init ready and need to be prepared manually before attempting to use the custom_data option of this module. Adding a line to the description to make others aware. If, like me, they are used to working with AWS AMIs that all seem to have cloud-init baked in, this could prevent some troubleshooting as to why their custom_data scripts aren't running in Azure.
* fixing addition to azure_rm_virtualmachine.py
* Update azure_rm_virtualmachine.py
* final update
* fixed url syntax
* nuked trailing whitespace
2018-09-21 02:22:53 +08:00
Zim Kalinowski
60979a96a9
Fixing azure_rm_containerregistry_facts ( #45897 )
...
* fixing cr facts
* final fix?
* fixed
* syntax
* sanity
2018-09-20 16:58:07 +08:00
Zim Kalinowski
83645963fb
Fixing assigning ssl certificate to http listener in app gateway ( #45830 )
...
* fixed ssl certificate reference
* modified test
2018-09-19 17:00:27 -07:00
Zim Kalinowski
16fa49a894
adding os disk name ( #45126 )
...
* adding os disk name
* fixed test
2018-09-19 16:51:37 -07:00
Deaton64
3782a236ba
Update azure_rm_trafficmanagerprofile.py examples ( #45649 )
...
Wrong module name used in examples. changed `azure_rm_trafficmanager` to `azure_rm_trafficmanagerprofile`
2018-09-14 09:48:11 -04:00
Michael Scherer
ede3a8cee1
Fix formatting for the error on azure_rm_appserviceplan_facts ( #45613 )
...
Since there is only 1 argument, {1} can't work since that's the
2nd argument for format. Flagged by lgmt.com
2018-09-13 17:00:21 -04:00
Zim Kalinowski
df768914a1
adding sql firewall rule facts ( #45059 )
2018-09-13 17:54:58 +08:00
Zim Kalinowski
73c8041ec0
Azure load balancer crash fix ( #45546 )
2018-09-12 16:25:35 +08:00
Zim Kalinowski
111febe62e
extended vmss facts ( #45535 )
2018-09-12 13:22:47 +08:00
Zim Kalinowski
821c27cefb
fixed tag support in autoscale facts ( #45533 )
...
* fixed tag support in autoscale facts
* forgot to add tags to arg spec
2018-09-11 23:00:58 -04:00
Matt Clay
ae4d5e3257
Avoid duplicate Azure storage account types.
2018-09-11 10:37:48 -07:00
Yuwei Zhou
fa04387550
fix the autoscale resource id ( #45477 )
...
* fix the autoscale resource id
* Update main.yml
2018-09-11 18:52:43 +08:00
Zim Kalinowski
8a221d81dd
fixing facts for mysql server ( #45374 )
2018-09-11 14:27:50 +08:00
Zim Kalinowski
0b029d6792
adding tags support to postgresql ( #45339 )
2018-09-11 10:20:27 +08:00
Zim Kalinowski
e203531735
fixing broken sql server tags ( #45378 )
2018-09-10 15:31:01 +08:00
Zim Kalinowski
6110163f99
Fixes in container registry documentation ( #45390 )
...
* adding tags to container registry
* fixed tags
2018-09-10 01:49:04 -04:00
Zim Kalinowski
6d0b0f8338
added missing facts in container instance ( #45380 )
...
* returning tags in container instance facts
* small fix
2018-09-10 01:10:40 -04:00
Zim Kalinowski
376082c37d
added tags to webapp documentation ( #45375 )
2018-09-10 09:51:17 +08:00
Yunge Zhu
2955d7cd1b
add publish url in webapp facts output ( #45131 )
...
* add publish url in webapp facts output
* update name
* fix test
2018-09-06 08:04:09 +08:00
Zim Kalinowski
a5e2b60870
adding tags to keyvault ( #45145 )
2018-09-05 16:21:15 +08:00
Zim Kalinowski
b1b90faf96
added missing resource_group description in return value ( #45143 )
2018-09-04 04:04:51 -04:00
Zim Kalinowski
e7ec1ef59c
adding tags to container instance ( #45142 )
2018-09-04 03:56:10 -04:00
Zim Kalinowski
1f8635fbd9
Virtual machine facts - retrieving instance view ( #45128 )
2018-09-04 11:25:01 +08:00
Zim Kalinowski
9bd702ef37
vm size idempotence ( #45108 )
2018-09-04 09:41:41 +08:00
Madhura-CSI
a4663d8e73
New module for azure custom image facts ( #42102 )
...
* new module for azure custom image facts
* added facts in aliases, corrected assertion
* simplified managed disk id struct
* updated ansible version
2018-09-04 02:28:01 +08:00
Zim Kalinowski
9b28319020
adding container instance facts ( #43326 )
2018-09-03 15:51:42 +08:00
vpopescu
b4c148b6ea
fixed boolean value for zone ( #41974 )
2018-09-03 10:20:16 +08:00
Matt Martz
f89d873698
Stub out modules scheduled for 2.8 removal ( #44985 )
...
* Remove modules scheduled for 2.8
* Add changelog and porting guide
* Skip docs test on removed modules
* Don't link to removed modules
2018-08-31 16:27:32 -05:00
Ubuntu
7d81de2516
updates to azure_rm_sqlfirewallrule
...
updates to azure_rm_sqlfirewallrule
small fixes
move sql client to common
adding state
fixed sample
fixed sanity
fixed aliases
removed unnecessary object
removed unused resource_group
changed group to less crowdy
tags
no tags on firewall rule
2018-08-30 21:54:58 -07:00
Yuwei Zhou
b7d614df78
add auto scale module ( #41533 )
...
* add autoscale modules
* add test alias
2018-08-30 21:18:56 -07:00
Yunge Zhu
ef8ce6b2f3
remove wrong alias on secret_value ( #44877 )
2018-08-31 09:36:52 +08:00
Zim Kalinowski
bd866ed69a
adding container registry facts ( #43325 )
2018-08-30 17:56:12 +08:00
Yunge Zhu
b731732616
add azure_rm_webapp_facts module ( #43631 )
...
* add webapp facts module
* remove certified
* remove useless argument
* add tests
* return curated output
* add description of return value, move test to webapp folder
* fix lint
* fix lint
* fix lint
* fix test
* fix bug
* fix test, will get all webapp with same tag created by previous test
* fix test
* fix test
* fix test
* add properties description, refine return name
* refine properties, add request_id when exception
* fix bug
* update doc, add publish profile
* fix error
* flatten properties, add option for return publish profile
2018-08-30 17:49:06 +08:00
Zim Kalinowski
78eb4724a0
Adding sql client to common ( #44825 )
2018-08-30 12:44:36 +08:00
Hai Cao
ccb7909cc5
[new module] Azure Traffic Manager profile module ( #43812 )
...
* add traffic manager client and models in azure_rm_common
- add traffic manager management client
- import traffic manager models to 'traffic_manager_models' proprety
- azure.mgmt.trafficmanager doesn't have models(), so use direct import
for now
* add traffic manager facts module
* add traffic manager module
* add integration test for two modules
* fix package info in requirements
* fix sanity check
* fix monitor config default value
* fix facts module doc
* move model import into module
* resolve comments except seprating endpoint
* remove endpoint operation
* fix test after removing endpoint operation
* change module name to azure_rm_trafficmanagerprofile/facts
* fix sanity test
* seperate endpoint into delegate module
* fix typo
* fix lint
* fix lint
* fix test
* fix test
* resolve comments
* fix test
* fix test
* fix test
* fix bug in return
* resolve comments
* fix lint
* fix lint
* add sample in endpoint module
2018-08-30 14:18:53 +10:00
Jasper Aorangi
2541a8c494
azure_rm_virtualmachine: Add 'accept_terms' for accepting terms when deploying paid marketplace images ( #44701 )
...
azure_rm_storageaccount: Add 'StandardSSD_LRS', and choices to correct unrelated sanity error
2018-08-29 17:14:44 -07:00
Zim Kalinowski
ed2cd40a5b
adding new clients to common ( #44804 )
...
* adding new clients to common
* container registry and instance clients to the common
* fix problem
2018-08-29 13:52:18 +08:00
Yunge Zhu
2bd0a66c08
start/stop/restart azure webapp ( #44498 )
...
* add webapp start/stop/restart
* disable test with facts
* fix lint
* fix lint
* fix check mode
* rename power_action to app_state
* refine names of choices
* fix renaming bug
2018-08-29 07:41:11 +08:00
Jasper Aorangi
56ea56f2b5
azure_rm_networkinterface: Feature/dns servers ( #43588 )
...
* Working through tests and fixing dumb mistakes
* Fix sanity issues and tests. All G
* Correct type test for azure_rm_networkinterface
* azure_rm_networkinterface correct type comparison
* Post rebase cleanup
* Remove erroneous reference to dns_servers
2018-08-28 08:59:45 -07:00
Jean-Bernard Jansen
390a08c781
azure_rm_virtualmachine : fix support for existing machines provisioned with a managed image ( #32984 )
2018-08-28 17:33:16 +08:00
Yunge Zhu
d5cbb53f5a
fix linux webapp java framework bug ( #44753 )
...
* fix linux web app java linux_fx_version
* fix lint
* fix test
* resolve comments
2018-08-28 15:55:19 +08:00
Zim Kalinowski
289be02224
Revert "fix linux web app java linux_fx_version ( #44715 )" ( #44750 )
2018-08-28 14:32:40 +08:00
Yunge Zhu
661172ab40
fix linux web app java linux_fx_version ( #44715 )
2018-08-28 13:14:11 +08:00
Zim Kalinowski
1704c5932a
adding app gateway module ( #39940 )
...
* adding app gateway module
* improved application gateway
* added register output
* subnet_output
* debugging
* dumping params
* fix dump
* fixed mapping
* fixed bug
* fixed param problem
* small fixes in code and added sample test
* fixed syntax
* fixing sanity stuff
* sanity fixes
* more sanity tests fixed
* added azure_tags
* tags
* pruning app gateway
* pruning app gateway
* string -> str
* removed type: str
* trying to add idempotency
* fixed syntax
* fix sanity
* fixed bugs
* fixed error
* disabled ssl policy check for a while
* fixed dict comparison
* fixed syntax
* compare just http listeners & frontend ports
* fix syntax
* syntax
* syntax
* just compare sku
* fix syntax
* just http settings collections
* fixing appgw module
* make it green
* fix items issue
* compare all arrays
* fixed sanity
* adding snake_to_camel transformations
* fix
* another fix
* snake to camel
* additional snake to camel fixes
* fixed public ip address conversion
* version added is now 2.7
* changed alias
* dict_merge
* added ssl policy spec
* fixed new sanity issue
* renamed module
* fixed ssl policy translation
* added test for ssl & certificates
* updated doc
* fixed docs improved tests
* fix
* fixed test
2018-08-23 10:24:21 -07:00
Zim Kalinowski
9788951789
Adding os_disk_size_gb parameter to Virtual Machine ( #43316 )
...
* added os disk size gb
* fixed mistake
* added os_disk_size_gb to test
* fixed test
* no default for disk size
2018-08-23 15:36:58 +08:00
Yuwei Zhou
fff5fb2077
Add route table and route module ( #41175 )
...
* add route module
* add test
* add table
* add route table
* fix dict
* fix
* fix
* route table accept no name
* add default
* fix
* fix
* fix
* fix pep
* support route table
* fix line ending
* fix pep
* fix
* fix
* set the default to 'None'
* make return value only id
* camel and snake
* set test alias
* change facts line ending
* change test
* fix
* add default
* fix
* fix line break
* remove unsafe args
* fix comment
* fix
2018-08-22 15:24:57 -07:00
Zim Kalinowski
a73340ee74
adding postgresql server facts ( #43328 )
...
* adding postgresql server facts
* updating postgresql server facts, minor changes
* changed return dict to list
* fixed test
* fixed several issues
* several updates
* fixed naming
* list -> complex
* try again
* fixed mistake
* added user_visible_state to the result
* added fully_qualified_domain_name
* fixed second test
* updates
* fixed test
* updated samples in return value
* wait for postgresql server to be actually ready
* another approach for test
* second server was not created
* fixing pr comments
* fix sanity
* removed forgotten ansible_facts
2018-08-22 15:18:01 -07:00