summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "vyos_config bug fix #66110 (#66122)"revert-66122-vyos_config_fixRohit2020-01-044-35/+2
| | | | This reverts commit 2f996fc6e222eeaf6c3391ad437dadf8ad642b36.
* PostgreSQL : Create unique index (#66157)Emerson "Duke" Almeida2020-01-043-4/+77
| | | | | | | | | | | | | | | | | | | | | | * Postgresql : Create unique index TODO: * fix syntax error * add version added * adding specs and improve doc * add changelog * Update lib/ansible/modules/database/postgresql/postgresql_idx.py * Update lib/ansible/modules/database/postgresql/postgresql_idx.py * remove check about concurrent * Apply suggestions from code review
* mysql_db: add master_data parameter (#66048)Andrew Klychkov2020-01-043-3/+32
| | | | | | | | * mysql_db: add master_data parameter * add changelog * fix CI
* postgresql modules: use query parameters with cursor objects (#65862)Andrew Klychkov2020-01-044-10/+14
| | | | | | | | * postgresql modules: use query parameters with cursor objects * add changelog fragment * fix typo in changelog fragment
* Bug fixes for GCP modules (#65309)The Magician2020-01-033-0/+60
|
* Bug fixes for GCP modules (#65445)The Magician2020-01-033-7/+15
|
* Bug fixes for GCP modules (#65597)The Magician2020-01-036-89/+5726
|
* Bug fixes for GCP modules (#65681)The Magician2020-01-032-4/+4
|
* Bug fixes for GCP modules (#65792)The Magician2020-01-032-0/+39
|
* vrong usage of name tag in example (#66129)Dejan Lazar2020-01-031-1/+1
| | | Docs: the capitalization of the tag should match in the description and the example. Change the example to "Name" (not "name") to match the description above in the efs_info module documentation.
* add example for 'search_paths' option (#65731)Nicolas Quiniou-Briand2020-01-031-0/+5
| | | credit to GoneWacko, see #51190 for reference
* lambda_info: Remove unused variable and import (#66124)Abhijeet Kasurde2020-01-031-3/+0
| | | | | * Clean up residual code from #64548 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Correct fetch_url error code documentation (#66061)Kevin Breit2020-01-031-1/+1
| | | HttpError is passed for 400 and above, not only greater than 400. Change docs to `>=` instead of `>`.
* vyos_config bug fix #66110 (#66122)Rohit2020-01-034-2/+35
| | | Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* make concurrent aws_acm integration tests not clash (#64660)Matthew Davis2020-01-024-10/+15
| | | | | | * add uuid for aws_acm test resources, allow concurrent tests * remove debug task in aws_acm int test
* Fix typo (#66158)GurTelem2020-01-020-0/+0
|
* Update Documentation for win_scheduled_task.py (#66079)Charles Crossan2020-01-021-1/+2
| | | | | Passing an empty string through this parameter is not gracefully handled by the module implementation, so adjust the documentation to only include the `PT0S` method of specifying unbounded `execution_time_limit`. The win_scheduled_task execution_time_limit must be set explicitly to an empty string to permit unbounded execution time. A newly created task without a value for `TaskSettings.ExecutionTimeLimit` will default to 72 hours (https://docs.microsoft.com/en-us/windows/win32/taskschd/tasksettings-executiontimelimit) even if you omit the Ansible task parameter `execution_time_limit`.
* wording in examples changed ios to eos (#66131)qoreQyaS2020-01-021-4/+4
| | | wrong module was used in examples: should be eos_vlans not ios_vlans
* Don't wait for removal during check mode. (#66145)Felix Fontein2020-01-021-2/+3
|
* Fixed typo in vultur module (#66159)GurTelem2020-01-022-2/+2
| | | Changed `exmaple` to `example`
* docker_swarm_service: Fix parsing of Healthcheck.StartPeriod (#66151)Hannes Ljungberg2020-01-023-7/+17
| | | | | | | | | | | | * Parse Healthcheck.StartPeriod properly * Add changelog fragment * Use proper markup in changelog Co-Authored-By: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
* postgresql_query: refactoring (#66084)Andrew Klychkov2020-01-011-4/+5
|
* Correct spelling mistake in proxmox_kvm (#66133)Laurent G2019-12-301-1/+1
| | | * Correct a little spelling mistake in proxmox_kvm - changed 'update' to 'updated'
* AWS Guidelines: Make 'security_token' optional so that they can be run ↵Mark Chappell2019-12-301-1/+1
| | | | outside of CI (#66107)
* Make autocost bandwidth calculation a floor division for Py3 compatibility ↵Nilashish Chakraborty2019-12-301-1/+1
| | | | | (#66095) Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* mysql_db: fix doc formatting (#66087)Andrew Klychkov2019-12-302-34/+50
|
* Update OS_FAMILY_MAP for EulerOS (#66104)DaiZhiwei2019-12-301-1/+1
| | | | | Add support for EulerOS Signed-off-by: Dai zhiwei daizhiwei3@huawei.com
* docker_container: wait for removal if removal is in process (#65854)Felix Fontein2019-12-293-12/+57
| | | | | | | | | | * Allow to inspect containers directly. * Wait for containers to be removed before recreating them. * Also wait for containers to be removed before creating them. * Add changelog.
* docker_network: fix multiple subnet (of same IP version) idempotence (#65839)Felix Fontein2019-12-294-28/+119
| | | | | | | | | | | | | | | | * Fix multiple subnet (of same IP version) idempotence for docker_network. * Add changelog. * Unit tests no longer make sense, since the part of the code they test has been removed. * Re-add CIDR validation. Move it to better position (module setup instead of idempotence check). * Update changelog. * Only run new tests on VM test images. * Actually do what is documented. Especially since an empty object is a valid value for aux_addresses.
* docker_swarm_service: Fix description of limits.memory (#66078)Pedro Alvarez Piedehierro2019-12-291-3/+3
| | | | This option corresponds to the '--limit-memory' option. Also fix other mentions memory reservation instead of limit.
* update aws_eks_cluster.py (#66105)Brajendra Gouda2019-12-291-1/+1
|
* To fix the bug where IOS vlans module throws traceback (#64633)Sumit Jaiswal2019-12-271-2/+2
| | | | | | * fix 64515 * add fix
* nsupdate: Use provided TSIG key for all queries (#63174)Andreas Olsson2019-12-272-15/+28
| | | | | | | | | | In addition to signing update queries also use the TSIG key to sign lookup queries. By doing that we allow a hidden master to not only to be looked down network wise, but also TSIG wise. A bonus benefit of threating update queries and lookup queries more the same is that will allow for all queries to be refactored into a shared helper method. Currently we have a bit too much duplicated code within the module.
* Fix nxos_user roles bug (#65962)Mike Wiebe2019-12-273-13/+25
|
* allowing banner without stripping spaces (#62573)Rohit2019-12-272-29/+28
| | | Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* os_volume: optional bootable parameter for volume (#43945)Adam Nowotny2019-12-271-1/+9
|
* Homebrew: some functions ignored check_mode option (#65387)pypypyo142019-12-272-0/+10
| | | | | | update_homebrew and upgrade_all now support check_mode Fixes: #65352
* homebrew_cask: Update documentation and examples (#66073)Abhijeet Kasurde2019-12-272-83/+92
| | | | | | | | | * properly document ``upgrade`` option as an alias to ``upgrade_all``, and not a separate option * Update documentation. * Update examples. Fixes: #34696 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* zabbix_host idempotency fix for situation where ZabbixAPI handles host ↵Dusan Matejka2019-12-251-23/+11
| | | | groups case insensitively (#63860)
* Fix env lookup plugin error on utf8 values (#65541)Abhay Kadam2019-12-255-4/+60
| | | | | | This commit fixes issue #65297. The env lookup plugin used to fail when environment variable value contained any UTF-8 characters (e.g., δ, ζ).
* VMware: Add example for creating VM without disks (#66057)Abhijeet Kasurde2019-12-241-0/+18
| | | | | Fixes: #39743 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Fix nxos_l3_interfaces rendering of dhcp (#66049)Nilashish Chakraborty2019-12-241-10/+7
| | | Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* fixing #64404 (#66032)haiyuan_zhang2019-12-241-1/+1
|
* fix nxos_hsrp keyerror (#65796)Trishna Guha2019-12-241-0/+2
| | | Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Check if task file is specified for import_tasks (#57572)Abhijeet Kasurde2019-12-244-10/+26
| | | Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* VMware: Handle NoneType in vmware_vmkernel_info (#65834)Abhijeet Kasurde2019-12-242-1/+3
| | | | | | | Check for virtualNicManager in Esxi host system before accessing properties in vmware_vmkernel_info. Fixes: #62772 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Add a banner which will display on the testing site. (#64763)Toshio Kuratomi2019-12-231-1/+12
| | | | | | | | | | * Add a banner which will display on the testing site. Thanks to shane for the javascript code * change to more noticable color Co-authored-by: Sandra McCann <samccann@redhat.com>
* Update os_group_info.py (#65115)choeffer2019-12-231-27/+43
|
* improved zabbix action conditions documentation in zabbix_action module (#65808)Dusan Matejka2019-12-231-47/+59
|
* Be more specific about the requirements per distro (#65810)Thomas Praxl2019-12-231-1/+1
|