Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update bare exceptions to specify Exception. | Toshio Kuratomi | 2018-12-16 | 26 | -31/+31 |
| | | | | | This will keep us from accidentally catching program-exiting exceptions like KeyboardInterupt and SystemExit. | ||||
* | Misc typo fixes (#49816) | Abhijeet Kasurde | 2018-12-14 | 6 | -10/+10 |
| | | | Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> | ||||
* | support overprovision in azure_rm_vmss (#49806) | Yuwei Zhou | 2018-12-14 | 2 | -1/+21 |
| | |||||
* | fixing updating image reference in vmss (#49758) | Zim Kalinowski | 2018-12-12 | 1 | -0/+9 |
| | |||||
* | Support for generalizing VMs (#49704) | Zim Kalinowski | 2018-12-10 | 2 | -7/+45 |
| | |||||
* | Fix if the route table changed to none (#49533) | Yuwei Zhou | 2018-12-10 | 1 | -1/+2 |
| | |||||
* | azure_rm_image module's source can accept dict value (#48864) | Yuwei Zhou | 2018-12-10 | 1 | -20/+66 |
| | |||||
* | several vmss fixes (#49580) | Zim Kalinowski | 2018-12-06 | 1 | -16/+17 |
| | |||||
* | azure_rm_image: fix creation of image with data disks (#49394) | James E. King III | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | Dont' attempt to remove drive if ID is "None" (#49423) | Marcin | 2018-12-03 | 1 | -4/+5 |
| | |||||
* | fix keyvault key secret not support cloud environment (#49182) | Yunge Zhu | 2018-11-30 | 2 | -0/+2 |
| | |||||
* | new module: azure_rm_rediscache (#47914) | Yunge Zhu | 2018-11-28 | 1 | -0/+619 |
| | | | | | | | | * add new redis cache module * fix version * fix lint | ||||
* | Remove commented out author to attempt bot fix. | Matt Clay | 2018-11-27 | 1 | -1/+0 |
| | |||||
* | Fix author in azure_rm_virtualnetworkpeering. | Matt Clay | 2018-11-27 | 1 | -1/+1 |
| | |||||
* | Fix author GitHub id (#49228) | Abhijeet Kasurde | 2018-11-28 | 1 | -2/+2 |
| | | | Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> | ||||
* | add module azure_rm_virtualnetworkpeering (#47045) | Yunge Zhu | 2018-11-28 | 1 | -0/+402 |
| | |||||
* | new module cdnendpoint (#46796) | Yunge Zhu | 2018-11-28 | 1 | -0/+661 |
| | | | | * new module cdnendpoint | ||||
* | use explict conversion instead of as_dict (#49046) | Yunge Zhu | 2018-11-23 | 1 | -2/+26 |
| | | | | | | * use explict conversion instead of as_dict * fix typo | ||||
* | fix keyvault doc (#49045) | Yunge Zhu | 2018-11-23 | 1 | -1/+0 |
| | |||||
* | Bulk module author 2 (#48955) | John R Barker | 2018-11-21 | 7 | -14/+14 |
| | | | * Bulk fix DOCUMENTATION.author (Part 2) | ||||
* | Bulk fix DOCUMENTATION.author (Part 1) (#48934) | John R Barker | 2018-11-20 | 5 | -5/+5 |
| | | | * Bulk fix DOCUMENTATION.author | ||||
* | BOTMETA.yml and module metadata: fix case authors (#46051) | Pilou | 2018-11-19 | 2 | -2/+2 |
| | | | | | | | | * botmeta: fix GitHub ID case * module authors: fix GitHub ID case * replace CloudEngine-Ansible by submitter GitHub ID | ||||
* | fixed sample code (#48707) | Zim Kalinowski | 2018-11-16 | 1 | -1/+1 |
| | |||||
* | upgrading azure-mgmt-compute to the latest (#47601) | Zim Kalinowski | 2018-11-15 | 4 | -15/+17 |
| | | | * upgrading azure-mgmt-compute to the latest | ||||
* | upgrading network packages (#47639) | Zim Kalinowski | 2018-11-15 | 4 | -9/+9 |
| | |||||
* | Adding missing idempotence support in load balancer (#45548) | Zim Kalinowski | 2018-11-14 | 1 | -142/+57 |
| | | | | idempotence | ||||
* | Fixing issues with azure_rm_virtualmachine crashing (#45269) | Zim Kalinowski | 2018-11-09 | 1 | -17/+17 |
| | | | | * vm fixes | ||||
* | adding enable_rbac option in aks (#47730) | Zim Kalinowski | 2018-10-29 | 1 | -2/+19 |
| | | | | | | | | * adding enable_rbac option in aks * fixes * addressed comments | ||||
* | feat: support postgres 10 in azure_rm_postgresqlserver (#47003) | Guido García | 2018-10-26 | 1 | -3/+3 |
| | | | Add support to Azure Postgres 10.x (see [azure official docs](https://docs.microsoft.com/lv-lv/azure//postgresql/concepts-supported-versions)). | ||||
* | adding subnet service endpoints (#47549) | Zim Kalinowski | 2018-10-25 | 1 | -1/+39 |
| | | | adding subnet service endpoints | ||||
* | adding mysql firewall rule facts (#47342) | Zim Kalinowski | 2018-10-25 | 1 | -0/+197 |
| | | | | | | * adding mysql firewall rule facts * fixes | ||||
* | upgrading sql package to newest (#47544) | Zim Kalinowski | 2018-10-25 | 5 | -8/+7 |
| | | | | | | * upgrading sql package to newest * LROPOller | ||||
* | upgrading rdbms to the latest version (#47547) | Zim Kalinowski | 2018-10-25 | 5 | -5/+0 |
| | |||||
* | fix webapp test (#47546) | Yunge Zhu | 2018-10-25 | 1 | -6/+38 |
| | |||||
* | azure_rm_cdnprofile: Add 'standard_microsoft' to sku (#47309) | richardlock | 2018-10-19 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | ##### SUMMARY The azure_rm_cdnprofile module was missing a valid sku 'standard_microsoft'. Added it to the list of valid choices. ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME azure_rm_cdnprofile ##### ANSIBLE VERSION ``` ansible 2.8.0.dev0 config file = /etc/ansible/ansible.cfg configured module search path = [u'/home/user/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python2.7/dist-packages/ansible executable location = /usr/local/bin/ansible python version = 2.7.15rc1 (default, Apr 15 2018, 21:51:34) [GCC 7.3.0] ``` ##### ADDITIONAL INFORMATION It was not possible to deploy using the 'standard_microsoft' sku previously. This addition allows this. | ||||
* | Adding postgresql firewall rule facts (#45078) | Zim Kalinowski | 2018-10-19 | 1 | -0/+197 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adding postgresql firewall rule facts * fixed sanity * fixed sanity * updating tests * firewall rule facts updated * fixed test * fix crash * small updates * updated postgresql firewall rule * removed unnecessary type * fixed postgresql facts * fixed azure * one more fix * test fixes * fix class name | ||||
* | Fix auto scale create with fix date without recurrence (#47186) | Yuwei Zhou | 2018-10-18 | 1 | -2/+3 |
| | | | | | | * Fix auto scale create with fix date without recurrence * fix indent | ||||
* | adds redirect configurations and probes to azure_rm_appgateway (#46607) | Matt Hoffman | 2018-10-16 | 1 | -0/+144 |
| | |||||
* | adding postgresql firewall rule (#45077) | Zim Kalinowski | 2018-10-15 | 1 | -0/+275 |
| | | | | | | | | | | | | * adding postgresql firewall rule * fixed test problems * add state into the doc * use lropoller * updated samples and some naming | ||||
* | Adding mysql firewall rule module (#45074) | Zim Kalinowski | 2018-10-15 | 1 | -0/+274 |
| | | | | | | | | | | | | | | * adding mysql firewall rule * fixed mysql firewall rule * use mgmtclient from common * fix pep8 * small updates * minor docs fix | ||||
* | Fix spelling issue (#46982) | Thomas Hughes | 2018-10-13 | 1 | -1/+1 |
| | | | | | Corrects spelling from `fo` to `of` for `storage_blob_name` +label: docsite_pr | ||||
* | remove cross-module imports | Matt Davis | 2018-10-11 | 4 | -3/+103 |
| | | | | * duplicated code instead; use module_utils if code-sharing needs increase | ||||
* | all azure modules are community maintained (#46839) | Alicia Cozine | 2018-10-11 | 17 | -17/+17 |
| | |||||
* | clean up doc - removed required: false (#46357) | Zim Kalinowski | 2018-10-01 | 7 | -42/+6 |
| | |||||
* | add azure_rm_cdnprofile and azure_rm_cdnprofile_facts (#45097) | Yunge Zhu | 2018-09-27 | 2 | -0/+567 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * add cdn profile with facts * fix merge issue * fix version * fix lint * move cdn client out of azure_rm_common * fix lint * fix helper * fix code bug * fix bug * fix import * fix typo * fix test | ||||
* | [azure] Fix name for the symbol * in docs (#46119) | José Maia | 2018-09-25 | 1 | -2/+2 |
| | | | | | Correct name is "asterisk", not "asterix", which is a popular franco-belgian comic character! +label: docsite_pr | ||||
* | fix for managed disk facts (#46021) | Zim Kalinowski | 2018-09-26 | 1 | -1/+1 |
| | |||||
* | Fix typo in Azure ARM module documentation (#46065) | José Maia | 2018-09-24 | 1 | -1/+1 |
| | |||||
* | fix premature exit when RG doesn't exist (#46013) | Matt Davis | 2018-09-21 | 1 | -1/+2 |
| | | | | * 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. | ||||
* | Misc typo fixes (#45969) | Abhijeet Kasurde | 2018-09-21 | 1 | -3/+3 |
| | | | Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> |