summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update ec2_elb_lb.py (#52729)AndyG2019-02-251-1/+1
| | | | | | *Calls out that the module can update as well as create and delete ELBs Co-Authored-By: biohazd <biohazd@users.noreply.github.com>
* redshift_subnet_group: improve error message (#52900)Andrea Scarpino2019-02-251-1/+1
| | | Adds more detail to region-not-specified error.
* Fix the example plugin paths (#52881)Esa Varemo2019-02-251-2/+2
| | | | | Based on https://docs.ansible.com/ansible/latest/reference_appendices/config.html the default callback paths do not contain `_plugin`. Thus `~/.ansible/plugins/callback_plugins` and `/usr/share/ansible/plugins/plugin_type/action_plugins` are incorrect. Verified on 2.7.5 that by default `plugins/action` works and `plugins/action_plugins` does not.
* better error for bad module options (#52726)Brian Coca2019-02-253-1/+8
| | | | also document clearly inline vaults don't work on 'options' fixes #52707
* Add aws_secret module for managing secretsmanager on AWS (#48486)Rémi REY2019-02-259-0/+823
| | | | | | | | | | | | | | | | | | | | | | | | | * Adding module for managing AWS Secrets Manager resources * adding aws_secret lookup plugin Also use the data returned by describe_secret everywhere. * replace the explicit /root use by a temporary dir * aws_secret: rework module Reworked module to use a class avoiding using client and module in every functions. * Added support of "recovery_window" parameter to allow user to provide recovery period. * updated return value to be the api output providing more details about the secret. * Fix Python 3 bug in tests if the role is not removed * Add unsupported alias due to issue restricting resource for creating secrets
* Revert "foreman: Use generic python in test run (#52544)"Matt Clay2019-02-251-1/+1
| | | | | | Cannot use `python.py` with `-c`. This reverts commit 2991c5d47cccc3e436a420bc96940e851dd9b5cb.
* Accidentally included q.q. (#52946)Felix Fontein2019-02-251-2/+0
|
* VMware: add missing fact about IP network in firewall facts (#52554)Abhijeet Kasurde2019-02-251-1/+8
| | | | | Fixes: #52526 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Unixy stdout callback: Display name of play and list of play hosts, don't ↵Jonathan Brown2019-02-251-4/+2
| | | | display play name if no hosts in play (#32810)
* Turn 'actionable' into a thin wrapper for 'default' (#52908)Andrew Gaffney2019-02-251-80/+23
| | | | | | The 'default' action plugin now implements this functionality, so the 'actionable' plugin doesn't need any of its own logic (which was interacting poorly with the new 'default' plugin logic to do the same things). This fixes #51533 and #47353
* Fortinet's FortiOS ssh filter profile (#52720)Miguel Angel Muñoz González2019-02-251-0/+386
|
* NSO - added validate_certs parameter to allow for ignoring of SSL ↵Theron Savery2019-02-259-26/+46
| | | | | | | | | | | | certificates (#51981) * added validate_certs paramter to allow for ignoring of SSL certificates * formatting * updated NSO unit tests with validate_certs variable * fixed NSO tests
* Fortinet's FortiOS spamfilter profile (#52718)Miguel Angel Muñoz González2019-02-251-0/+608
|
* Fortinet's FortiOS switch controller global (#52803)Miguel Angel Muñoz González2019-02-251-0/+318
|
* Fortinet's FortiOS switch controller lldp profile (#52805)Miguel Angel Muñoz González2019-02-251-0/+398
|
* Fortinet's FortiOS switch controller lldp settings (#52807)Miguel Angel Muñoz González2019-02-251-0/+289
|
* Fortinet's FortiOS switch controller mac sync settings (#52808)Miguel Angel Muñoz González2019-02-251-0/+256
| | | | | | * Fortinet's FortiOS switch controller mac sync settings * Updated doc
* Fortinet's FortiOS switch controller managed switch (#52809)Miguel Angel Muñoz González2019-02-251-0/+1238
|
* Fortinet's FortiOS switch controller network monitor settings (#52810)Miguel Angel Muñoz González2019-02-251-0/+263
|
* Fortinet's FortiOS system dhcp server (#52812)Miguel Angel Muñoz González2019-02-251-0/+820
|
* New module postgresql_query (#52555)Andrey Klychkov2019-02-253-0/+613
| | | | | | | | | | | | | | | | | | | | | | | | | | * New module postgresql_query * New module postgresql_query: added tests * New module postgresql_query: added path_to_script * New module postgresql_query: fix doc * New module postgresql_query: fix autocommit * New module postgresql_query: added exception for centos6 tests * New module postgresql_query: fixes * New module postgresql_query: add psycopg2 check * New module postgresql_query: add psycopg2 check, fix * New module postgresql_query: add psycopg2 check, fix * New module postgresql_query: add psycopg2 check, fix * New module postgresql_query: fix a type
* validate-modules: Fix some files modules (#52440)Dag Wieers2019-02-253-35/+35
| | | | | | | | This PR includes: - fixes to validate-modules issues All modules already include parameter types. The remaining files-modules have action plugins, so comparing to the arg_spec only is incorrect.
* validate-modules: Fix net_tools modules (#52489)Dag Wieers2019-02-2511-465/+498
| | | | | | This PR includes: * Fixes to open validate-modules issues * Adding parameter types
* Fix network config module invalid src option error (#52912)Ganesh Nalawade2019-02-251-10/+4
| | | | | | | Fixes #52911 Raise AnsibleError execption if the file path mentioned in src option in not found or failed to load
* Add ability to get vmware_guest_facts using vsphere schema output (#47446)James E. King III2019-02-253-23/+188
|
* mongodb_replicaset module and test exception (#49690)Rhys Campbell2019-02-252-0/+416
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up from previous fork * Minor doc update * Fix doc string return type * Minor doc updates * Keeping fresh * Various changes to documentation, cosmetics and code logic Please test :-) * Fix typo * Various small changes as requested * Remove traceback ref * try catch changes * Tidy description * Correct data type in documentation * Fix for 4.0
* VMware: new module: vmware_dvs_portgroup_facts (#45116)Abhijeet Kasurde2019-02-253-0/+271
| | | | | | | | | | * VMware: new module: vmware_dvs_portgroup_facts Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> * Review comments Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* VMware: new module: vmware_guest_customization_facts (#38588)Abhijeet Kasurde2019-02-253-0/+238
| | | | | | This module gathers facts about customization specification created for virtual machine. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Fixing VMWare Guest Disk Creation when Using Template (#52676)Jose Angel Munoz2019-02-251-2/+2
|
* VMware: Fix module vmware_host (#46225)Christian Kotte2019-02-252-143/+663
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add folder_name alias The parameter should be named folder_name instead of folder to be consistent with the other parameters cluster_name and datacenter_name. * Fix 'A specified parameter was not correct: cnxSpec' error The play fails when re-connecting a host with the cnxSpec argument defined. Just remove the cnxSpec argument definition. It isn't necessary when re-connecting an existing host in vCenter (6.5). * Fix ESXi host add/remove/re-connect errors An ESXi host cannot be added, removed, or re-connected under a folder. ESXi hosts connected under a folder, instead of a cluster, have an object type of ComputeResource instead of HostSystem and the HostSystem object is the first entry in the host parameter list of the ComputeResource object. Separate between cluster and folder actions.
* VMware: Add support in VMWare modules for BIOS and instance UUID's (#44399)Jake Hill2019-02-2517-21/+179
| | | | | | | | * Add support for changing UUID type referenced * Update all appropriate VMware modules to include UUID type * Add integration test for filtering on instance UUID
* Clear failed state in always only if we did rescue (#52829)Martin Krizek2019-02-252-1/+3
| | | | Fixes #52561
* docker_swarm: make labels work with older docker daemon versions (#52895)Felix Fontein2019-02-253-53/+95
| | | | | | | | * Make labels work with older docker daemon versions. * Fix idempotence detection. * Add changelog.
* Add docker_prune sample to remove everything, including non-dangling images ↵Nicolas Singh Oteiza2019-02-251-0/+10
| | | | | | | | | | | | | | | | | | | | | (#52744) * Update docker_prune.py ##### SUMMARY Add example to remove everything, including non-dangling images ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr * fix indentation * Update lib/ansible/modules/cloud/docker/docker_prune.py Co-Authored-By: nicosingh <nicolas.singh@gmail.com>
* VMware: Fix KeyError in vmware_host_config_manager (#52736)Mario Lenz2019-02-252-28/+26
| | | | | | | | * Bug fix for vmware_host_config_manager * Update changelogs/fragments/44561-vmware_host_config_manager-fix_key_error.yml Co-Authored-By: mariolenz <m@riolenz.de>
* VMware: add new module vmware_export_ovf (#50589)Diane Wang2019-02-252-0/+358
|
* win_certificate_store - Fix exception handling typo (#52906)Jordan Borean2019-02-252-1/+3
|
* OpenSUSE - Add OpenSUSE 15 test containers (#52793)Jordan Borean2019-02-252-4/+8
| | | | | | | | | | * OpenSUSE - Add OpenSUSE 15 test containers ci_complete * Reset matrix back to normal * Set container version instead of latest * Remove old Docker completion file
* Windows: Add backup parameter to modules (#50033)Dag Wieers2019-02-2515-91/+361
| | | | | | | | | | | | | | | | | | | | * Windows: Add backup parameter to modules This PR adds a backup infrastructure for modules. * Fixes based on review feedback * Various fixes to check-mode and backup * Add integration tests * Fix win_xml integration test * Add backup support to copy action plugin * Added integration tests * Improve test efficiencies and other minor impv
* rds: improve error message (#52901)Andrea Scarpino2019-02-251-1/+1
|
* Add laps_password lookup for retrieving a Windows LAPS Password (#52012)Jordan Borean2019-02-252-0/+874
| | | | | | | | | | | | * Add laps_password lookup for retrieving a Windows LAPS Password * Remove python-ldap from requirements and fix doc typos * enable unit tests without ldap dependency * use config options for lookup plugin * Update docs and tests based on further distro testing
* cloudscale: fix compatibilty with older py3 versions (#52822)René Moser2019-02-242-4/+5
| | | | | | * cloudscale: fix compatibilty with older py3 versions * add doc fragment
* Add snapshot support for vultr_server (#52781)awkspace2019-02-241-5/+33
|
* Improve documentation on remote_addrs. (#52893)Felix Fontein2019-02-241-1/+1
|
* docker_swarm: hopefully fix debug CI problems, and fix check mode (#52825)Felix Fontein2019-02-235-33/+93
| | | | | | | | | | | | | | * Let's see some debug output. * Also check LocalNodeState. * Improve tests. * Actually implement check mode. * Add changelog. * Add pretty-printing and more output.
* Integration test for docker_node module (#52700)Piotr Wojciechowski2019-02-234-0/+852
| | | | | | | | * Integration test for docker_node module * docker_node integration tests (check_mode and idempotency added) * docker_node integration tests typos fix
* Fix typos in examples for purefb_ds and purefb_dsrole (#52861)Simon Dodsley2019-02-232-6/+6
|
* tests: cloudstack: wait longer for template to be ready (#52866)René Moser2019-02-232-2/+2
|
* Rebalance AWS integration tests in CI.Matt Clay2019-02-2223-23/+23
|
* Rebalance Azure tests in CI.Matt Clay2019-02-2218-19/+19
|