summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* meraki_admin - Added full return documentation for normal responses (#42487)Kevin Breit2018-07-091-14/+54
| | | | | | | | | * Added full return documentation for normal responses * Changed returned for responses - Old responses were saying always returned, should have been success or something more refined
* meraki_snmp - Added full response documentation for normal responses (#42488)Kevin Breit2018-07-091-13/+49
| | | | | | * Added full response documentation. * Changed always to success for responses
* cs_vpc: fix disabled or wrong vpc offering taken (#42465)René Moser2018-07-092-4/+31
|
* docker_container: fix init check requirements (#40839)Pilou2018-07-092-10/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * docker_container: ensure 'init' is supported Check docker-py version too. Move API version check in docker_container module since 'init' module parameter isn't defined by other docker modules. docker-py supports 'init' since 2.2.0: https://github.com/docker/docker-py/blob/2.2.0/docs/change-log.md * docker_container: fix compat with docker-py<2.2 Exception was: TypeError: create_host_config() got an unexpected keyword argument 'init' fatal: [localhost]: FAILED! => { "changed": false, "module_stderr": "Traceback (most recent call last): File ansible_module_docker_container.py, line 2089, in <module> main() File ansible_module_docker_container.py, line 2084, in main cm = ContainerManager(client) File ansible_module_docker_container.py, line 1704, in __init__ self.present(state) File ansible_module_docker_container.py, line 1724, in present new_container = self.container_create(self.parameters.image, self.parameters.create_parameters) File ansible_module_docker_container.py, line 826, in create_parameters host_config=self._host_config(), File ansible_module_docker_container.py, line 932, in _host_config return self.client.create_host_config(**params) File lib/python3.6/site-packages/docker/api/container.py, line 157, in create_host_config return utils.create_host_config(*args, **kwargs) TypeError: create_host_config() got an unexpected keyword argument 'init'", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 1 }
* add .post support to rpm/deb version munger (#42444)Matt Davis2018-07-092-10/+22
|
* efs_facts: improve performance by reducing the number of api calls (#36520)Julien Vey2018-07-084-16/+311
| | | | | * efs_facts: improve performance by reducing the number of api calls * Remove efs_facts tests from running in CI
* cs_firewall: fix idempotence and tests for cloudstack v4.11 (#42458)René Moser2018-07-082-10/+22
|
* Fix typo (#42433)Eugene Korekin2018-07-071-1/+1
| | | +label: docsite_pr
* cloudstack: tests: use expected vpc offering (#42462)René Moser2018-07-072-0/+2
|
* Fix pause module so it does not stack trace when redirecting stdout. (#42217)Sam Doran2018-07-063-18/+34
| | | | | | * Use separate variables for stdin and stdout file descriptors * Do not set stdout to raw mode when output is not a TTY
* junos/junos_config.py: Add RVI Example (#41867)Jackson Isaac2018-07-061-0/+7
|
* junos_config: Add VLAN trunking example (#41972)Jackson Isaac2018-07-061-0/+7
|
* Add additional puppet options (#42218)Jill R2018-07-062-4/+41
| | | | | | | | | | | | | | | | | | * Add additional puppet options Add support for puppet options --debug, --verbose, --summary, and extend logdest to support logging to stdout and syslog at the same time. Fixes issue: #37986 * Fix docs * Doc fix, add release note * Fix silly yaml error * Correct changelog, add C() to params in doc
* Fix remote_tmp when become with non admin user (#42396)Jordan Borean2018-07-0616-51/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix tmpdir on non root become - also avoid exception if tmpdir and remote_tmp are None - give 'None' on deescalation so tempfile will fallback to it's default behaviour and use system dirs - fix issue with bad tempdir (not existing/not createable/not writeable) i.e nobody and ~/.ansible/tmp - added tests for blockfile case * Revert "Temporarily revert c119d54" This reverts commit 5c614a59a66fc75b6e258053d3d17d151141e7f9. * changes based on PR feedback and changelog fragment * changes based on the review * Fix tmpdir when makedirs failed so we just use the system tmp * Let missing remote_tmp fail If remote_tmp is missing then there's something more basic wrong in the communication from the controller to the module-side. It's better to be alerted in this case than to silently ignore it. jborean and I have independently checked what happens if the user sets ansible_remote_tmp to empty string and !!null and both cases work fine. (null is turned into a default value controller-side. empty string triggers the warning because it is probably not a directory that the become user is able to use).
* VMware: Remove VM using vmware_guest (#42100)Abhijeet Kasurde2018-07-062-0/+127
| | | | | | | | | | | | * VMware: Remove VM using vmware_guest This adds scenario guide for removing VM using vmware_guest module. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> * code review comments Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Update docker package version (#42394)rcgoodfellow2018-07-061-2/+2
| | | The docker API init parameter is the dependency requiring this bump. It was introduced 2.3.0 release of the docker package as per commit 13b5f785a7ab459960aae82fae00e4245e391387 in github.com/docker/docker-py.
* New doc guide for GCP (#41753)Alex Stephen2018-07-061-187/+156
| | | | | | | | * New doc guide for GCP * Changes per PR * Addressing PR comments on GCE scenario guide
* [cloudstack] fix cs_host example (#42419)nishiokay2018-07-061-1/+1
|
* Fix typos in documentation (#42406)Sachidananda Urs2018-07-061-2/+2
| | | | | Fix typos in unit test documentation Fixes: #42405
* Add querying all bindings (#42366)Dag Wieers2018-07-062-13/+11
| | | Also fix an issue with one of the check-mode tests.
* Fix typo in cliconf pluign (#42399)Ganesh Nalawade2018-07-064-9/+9
| | | | * Fix capability key typo error in ios, eos and vyos cliconf plugins.
* Fix junos integration test CI failures (#42369)Ganesh Nalawade2018-07-061-3/+0
| | | | | * reset_connection task is not required as the persistent connection to remote host is closed at end of playbook run
* Fix for starttls connections for notification mail module (#42381)Agris2018-07-061-4/+9
| | | | | | | | | | | | | | | | | | | * Fixes #42338 Fixes #42338 Fixed starttls connection usage by adding smtp.ehlo before smtp.has_extn function. * remove Trailing whitespace remove Trailing whitespace Fixes #42338 * marged bcoca requested changes Fixes #42338 move ehlo for starttls section only. * Remove spaces
* inventory plugin docs (#42022)Brian Coca2018-07-055-59/+308
| | | | | | | | | * inventory plugin docs * added set options * minor wording and formatting fixes * changed headers to std as per #35520, also added to main readme * unified inventory plugin devel, referenced from generic plugin dev * fixed typos and update as per feedback
* Added missing type for both template and parameters variables. (#42033)Carlos Mendible2018-07-051-0/+2
| | | | | | * Added missing type for both template and parameters variables. * changed object to dict
* Update link to GitHub admin process (#42364)Sam Doran2018-07-051-1/+1
|
* Document module links (#42308)John R Barker2018-07-051-1/+9
|
* Adding myself (tstoner) to team_nxos ansible meta (#42374)tstoner2018-07-051-1/+1
|
* Update docker_container.py (#42370)rcgoodfellow2018-07-051-3/+3
| | | | | `docker-py` is no longer a thing. https://github.com/docker/docker-py/issues/1431
* Changed 'all' group to 'scaleway' group to avoid conflict with real 'all' ↵Marcos Alano2018-07-051-3/+3
| | | | group. Closes ##35092 (#42367)
* aci_static_binding_to_epg: Add description parameter (#42244)Dag Wieers2018-07-052-22/+58
| | | | | | | | | | * aci_static_binding_to_epg: Add description parameter This PR adds the description parameter to this module. Tis fixes #42154 * Fix added_version
* Idempotency for net_get and net_put modules (#42307)Deepak Agrawal2018-07-055-13/+149
| | | | | | | | * Idempotency for net_get and net_put modules * pep8 warnings fix * remove import q
* Make ansible doesn't parse template-like password in user's input (#42275)Zhikang Zhang2018-07-051-2/+3
| | | | | | | | | | NOTE: 1. Use unsafe decorator but not builtin escape wrapper in jinja2 since ansible will try parse ssh password twice, the builtin escape wrapper will be removed during the first parse. 2. Use class AnsibleUnsafeText but not '!unsafe' syntax since passwords are not loaded by YAML env, '!unsafe' syntax doesn't work for them.
* Allow documentation of module options type (#42285)John R Barker2018-07-052-2/+4
| | | | | | | | | * Allow documentation of module options Pass through the `type` of a modules option so it's displayed on the html module docs * docs
* Fix fetching old style facts in junos_facts module (#42336)Ganesh Nalawade2018-07-052-21/+31
| | | | | | | | | | | | | | | | * Fix fetching old style facts in junos_facts module Fixes #42298 * To fetch old style facts from junos device it requires login credentials in provider, hence while using connection=nectonf do not delete provider values as it might not be ignored * Add `ofacts` as one of the options in `gather_subset` * Minor update in documentation * Fix CI failure
* k8s_facts trivially supports check_mode (#42335)Will Thames2018-07-051-0/+5
|
* Fix examples in azure_rm_securitygroup (#42121)Jared Hocutt2018-07-051-4/+14
|
* Add fetching default filter in ios cliconf plugin (#42339)Ganesh Nalawade2018-07-052-13/+22
| | | | * Add capability to fetch default filter flag in ios cliconf plugin.
* Name of global custom attributes are not managed by the inventory (#41786)smutel2018-07-051-1/+1
|
* nxos_logging new feature - remote logging (#41237)Nilashish Chakraborty2018-07-052-17/+93
| | | | | | | | * Added feature - Remote Logging + More tests * Fixed Shippable Errors * Fixes - new feature version added error
* callback/grafana_annotations: define validate_grafana_certs type as bool ↵Rémi REY2018-07-051-1/+2
| | | | | (#42318) Fixes #42317
* To fix the NoneType error raised in ios_l2_interface when Access Mode VLAN ↵Sumit Jaiswal2018-07-051-4/+12
| | | | | | | | is unassigned (#42312) * to fix the bug41657 * to fix review comment
* FreeIPA: ipa_vault module to manage idm secure vault resource (#41902)Juan Manuel Parrilla2018-07-051-0/+244
|
* Fix broken links. (#42323)Alexandre Vicenzi2018-07-054-5/+5
|
* Small fixes for bad variable names (#42287)Kevin Breit2018-07-051-2/+2
|
* Fix Ansible Galaxy documentation link. (#42316)Alexandre Vicenzi2018-07-042-2/+2
| | | More info: https://github.com/ansible/galaxy/issues/830
* Fix error message when using the params option (#42305)Julien Brochet2018-07-042-4/+2
|
* Add fxfitz to FreeIPA maintainers (#42283)Fran Fitzpatrick2018-07-041-1/+1
|
* Update eos, ios, vyos cliconf plugin (#42300)Ganesh Nalawade2018-07-0414-280/+425
| | | | | | | | | | | * Update eos cliconf plugin methods * Refactor eos cliconf plugin * Changes in eos module_utils as per cliconf plugin refactor * Fix unit test and sanity failures * Fix review comment
* add tests for exos_command module (#42268)hlrichardson2018-07-044-0/+213
|