Ricardo Carrillo Cruz
f9f0472ba5
Ignore routes that are not static manually added ( #29094 )
...
Fixes #28841
2017-09-07 17:56:09 +02:00
Sam Doran
a5ee865634
Update elasticsearch_plugin.py ( #28936 )
...
* Update elasticsearch_plugin.py
Change module to work with Elasticsearch 2.x and 5.x automatically.
Update examples and docs.
Supersedes #21989
* Check system paths for elasticsearch-plugin binary
Use get_bin_path from basic.py for searching paths.
* Create a copy of PLUGIN_BIN_PATHS rather than modifying the global
* Use provided plugin_bin path first before trying other places
Change global PLUGIN_BIN_PATHS to a tuple
2017-09-07 11:33:53 -04:00
Tomaž Šifrer
3bd89f8298
Fix: modifying existing application lb using certificates now properly sets certificates ( #28217 )
2017-09-07 08:23:17 -04:00
Ganesh Nalawade
49658f9437
Add lldp nighbors intent arg support for junos_interface ( #29057 )
...
* Add lldp neighbor state arg for junos_interfaces
* minor change
2017-09-07 12:01:40 +05:30
Jordan Borean
91e7c3ec81
win_regedit: fixed up diff output to be more representative of type ( #28974 )
...
* win_regedit: fixed up diff output to be more representative of type
* added diff fix for creation of key and prop in one go
2017-09-07 16:14:49 +10:00
Jordan Borean
4a577bd67f
win_user: add return info ( #28975 )
2017-09-07 16:13:51 +10:00
Brian Coca
7804049592
fix check mode for solaris enable/disable ( #29049 )
2017-09-07 10:16:58 +10:00
Nathaniel Case
f84ff216b6
Generalize nxos_bgp event-history detection ( #28890 )
...
* More general handling of event-history
* Update unit tests
2017-09-06 17:37:44 -04:00
Ryan Brown
d02bea75d3
Move selected AWS modules from community/certified to core support ( #28617 )
2017-09-06 11:15:41 -04:00
Ganesh Nalawade
3b6b004570
Add support for neighbor argument in ios_interface ( #29035 )
...
Add missing support for lldp neighbor argument in ios_interface
2017-09-06 10:15:02 +05:30
Matt Clay
08bdb6198e
Migrate more Azure integration tests. ( #29034 )
2017-09-05 19:38:56 -07:00
Markus Juopperi
d343a3abd1
elb_application_lb: when purging rules make deletion the first step ( #28749 )
...
This prevents errors when adding new rules that conflict with existing
ones that will be deleted. For example this allows adding a new rule
with the same priority of a rule that will be purged.
2017-09-05 13:47:33 -04:00
marinus81
d69c803353
Fixed typo in resolution_immediacy values dict
2017-09-05 09:10:45 -07:00
Roman Nozdrin
8a2f9b7e28
modules/postgresql_users: Adds user connection limit option to the module. ( #28955 )
...
* modules/postgresql_users: Adds user connection limit option to the module.
* Fix code according with PEP8.
2017-09-05 10:23:11 -04:00
Chenjun Shen
1b8f4558f7
add 2 quota variables for openstack: loadbalancer and pool ( #26010 )
...
* add 2 quota variables for openstack: loadbalancer and pool. In neutron, they're set to 10 by default. So in the real production environment, you would hit this limit very soon.
* specify version_added for new options
2017-09-05 10:14:12 -04:00
Yaacov Zamir
534c1b8342
Flatten manageiq provider UI ( #28967 )
...
* flatten the endpoints arguments into first level
* flatten the endpoints arguments into first level, update the docs
2017-09-05 10:11:29 -04:00
Dag Wieers
a200ecf966
aci_rest: Accept YAML input and validate content input
...
This PR includes:
- Accept inline YAML, YAML string, inline JSON, JSON string input and
XML string input
- Validate YAML, JSON and XML input
2017-09-05 00:59:15 -07:00
Dag Wieers
a796391c9b
aci_rest: Implement idempotency
...
This PR includes:
- A new function to modify query strings in URLs
- Add rsp-subtree=modified to post/delete requests
- Test the ACI response for changes and report back
- Return the used URL back to the user
- Remove check-mode support (as it was non-functional anyway)
- Fix a bug related to method=delete and not having content set
This fixes datacenter/aci-ansible#111
2017-09-05 00:17:35 -07:00
Ganesh Nalawade
cc9ed352dd
Ensure proper conversion while backing up of junos config ( #28958 )
...
* Ensure proper conversion while backing up of junos config
* Minor changes
* Fix review comment
* Open config backup file in binary mode
2017-09-04 20:12:11 +05:30
René Moser
f23f2468ec
openssl_certificate: fix arg docs for not_before ( #28985 )
2017-09-04 12:31:28 +02:00
Jacob McGill
6e79dfb5f3
ACI_BD_*: Fix missing default for state parameter
2017-09-01 21:59:34 +02:00
Nathaniel Case
8bfdbd0f73
nxos_bgp_neighbor: Fix regex &report warnings ( #28888 )
...
* Fix over-detection of log-neighbor-as
* Report nxos warnings
* Update nxos_bgp_neighbor unit tests to test remove-private-as
2017-09-01 15:17:42 -04:00
Abhijeet Kasurde
8027aad4b8
Add support for Python3 in vmware_guest_find
...
* Remove redundant get_obj method
* Fix testcase
* Correct logic for compile_folder_path_for_object
Fixes : #25984
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2017-09-01 11:11:09 -07:00
Mike Wiebe
fb1aa54341
Rel240/fix nxos interface ospf ( #28898 )
...
* Fixes 28897 nxos_interface_ospf idempotence
* Handle all characters upper or lower with tests
2017-09-01 11:07:18 -04:00
mikedlr
506a30cf3e
lambda - more limited exception trap when doing get_function for better errors ( #28918 )
2017-09-01 09:25:54 -04:00
Nathaniel Case
ae6d27fa29
Revert "Bring nxos_snmp_host in line"
...
This reverts commit 43247c8dfe
.
Revert "Bring nxos_snmp_community in line"
This reverts commit 0df77408d7
.
Revert "Clean up nxos_snmp_contact & nxos_snmp_location"
This reverts commit 9e4cdd2fce
.
I should probably not be up this early
2017-09-01 08:00:00 -04:00
Nathaniel Case
43247c8dfe
Bring nxos_snmp_host in line
2017-09-01 07:43:05 -04:00
Nathaniel Case
0df77408d7
Bring nxos_snmp_community in line
2017-09-01 07:15:24 -04:00
Nathaniel Case
9e4cdd2fce
Clean up nxos_snmp_contact & nxos_snmp_location
2017-09-01 07:12:49 -04:00
Ken Evensen
c95e03d213
Added check mode ( #28882 )
2017-08-31 17:05:19 -04:00
Trishna Guha
252efcebf5
module should fail if eos_user is added without configured_password or nopassword or sshkey ( #28780 )
...
* module should fail if eos_user is added without configured_password or nopassword or sshkey
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* fix eos_user unit test
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* fix eos_user integration test
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2017-08-31 15:29:57 -04:00
Sloane Hertel
cef40cb54a
[cloud] ec2_group: Allow rule source to be a security group in a peered VPC. ( #28876 )
2017-08-31 15:27:05 -04:00
rahushen
07c1d7e1ca
update nxos_facts to handle n3k power table ( #28891 )
...
* handle power table for n3k
2017-08-31 14:59:14 -04:00
Martin Krizek
f31696f77f
yum: do not use get_exception() ( #28826 )
...
Python 2.4 support was dropped in Ansible 2.4.
2017-08-31 13:47:16 -04:00
Nathaniel Case
74daf2381b
Fix nxos_config `save` parameter ( #28838 )
...
Also fix saving in general
2017-08-31 10:01:19 -04:00
Lukas Bednar
2b1a7b7d75
[docs] Fixed example for os_image_fact ( #28873 )
...
There is typo in example, which results in error when running it.
2017-08-31 09:12:10 -04:00
Ganesh Nalawade
a6af204cee
Fix junos_user purge option failures ( #28867 )
...
* Fix junos_user pruge option failures
Fixes #25989
Add seperate handling for purge option which
fetches configured users on remote device
and delete the one not present in aggregate
list.
* Minor changes
2017-08-31 17:46:13 +05:30
Dag Wieers
effa5085ca
Remove trailing whitespace
2017-08-31 12:34:59 +02:00
Dag Wieers
1c140cd90d
More changes.
2017-08-31 12:34:59 +02:00
Andreas Olsson
f2c0969d27
Clarify the apt_key module's absent state behavior
...
Currently the apt_key module only supports removing keys based on
explicitly stated key ids. The documentation should reflect that.
Related to #26005
2017-08-31 12:34:59 +02:00
Abdul Anshad A
272c0ce68c
fixes #5732 - Add support for using network ID ( #22503 )
2017-08-30 17:32:45 -04:00
Jordan Borean
5d35ab00af
added info regarding registry acl's ( #28814 )
2017-08-30 16:28:54 -04:00
Antoine Cotten
fcc6f148db
azure_rm_storageaccount module: add 'access_tier' module parameter ( #26088 )
...
* Add 'access_tier' module parameter
* Fix condition on 'custom_domain' update
2017-08-30 13:23:18 -07:00
Abhijeet Kasurde
dd9db65a9a
PEP8 fixes for smartos module
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2017-08-30 12:53:50 -07:00
Steve Jacobs
374872cac4
ipa modules never updated to use 'name' attributes such as cn, uid, fqdn. This fixes. ( #25851 )
2017-08-30 15:36:42 -04:00
Sloane Hertel
70e20bb571
[cloud] cloudformation: create changeset when stack is in ROLLBACK_COMPLETE. Fixes #27853 ( #28832 )
...
Fix appearance of failure when creating a cloudformation changeset after a rollback. When creating a cloudformation changeset it shouldn't matter if the last event was.
_ROLLBACK_COMPLETE since creating a changeset is not an event. Fixes #27853 .
2017-08-30 15:27:48 -04:00
Steffen Neubauer
bf73377394
consul: Always fail if no service_name was provided. ( #25877 )
...
Fixes a subtile bug introduced in PR #21737
2017-08-30 15:26:36 -04:00
Matthias Bertschy
754ef34acb
Add support for ! in parameters ( #25891 )
...
Fixes #25684
2017-08-30 15:26:29 -04:00
Fobhep
72d977057f
Added datacenter as variable to expample block, since it is a required variable ( #25944 )
2017-08-30 15:26:23 -04:00
Abhijeet Kasurde
a2c8481395
Add testcases for github_issue ( #26309 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2017-08-30 14:50:45 -04:00