Abhijeet Kasurde
8f6626bd8f
Misc typo corrections
...
Fix adds correction for typos
* Anisble to Ansible
* Fasle to False
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2017-09-09 10:25:50 -07:00
s-hertel
0ac4a82f3b
ec2_group: unnest variable assignment. Fixes #29113 .
2017-09-09 10:20:08 -07:00
s-hertel
6ae201d3b1
cloudtrail: import botocore.exceptions in a try/except.
2017-09-09 10:10:21 -07:00
Antoine Rouaze
f57d51d92c
Fixes #22374 : fix route table update in ec2_vpc_route_table module ( #27234 )
...
The ec2_vpc_route_table module notifies about a change on the route table when the instance Id of the NAT instance has changed, but in fact, nothing changes. The module call the create_route function the AWS SDK to add a new route with the same cidr. The AWS SDK should return an error instead of nothing.
Call replace_route function instead of create_route when a route table with the same cidr but with different target destination is present.
2017-09-08 19:27:08 -04:00
Gerben Geijteman
094856b709
Add max_priority to give priority ability to a queue
2017-09-08 16:09:50 -07:00
Ross Williams
39e46437bf
Fixes #19666 Correct AMI information output by ec2_ami module ( #27021 )
...
Add AMI name and platform to outputs on AMI creation
2017-09-08 16:30:08 -04:00
Willem van Ketwich
f58bd4f392
[cloud] EC2 AutoScaling fix for respecting zero as the desired, min&max size values ( #27870 )
2017-09-08 12:30:35 -04:00
Trishna Guha
588bddbc35
nxos_banner CI fix ( #29134 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com >
2017-09-08 19:33:41 +05:30
Ganesh Nalawade
772dab55c6
Add check for port and host in ios_interface ( #29119 )
...
Fixes #29118
2017-09-08 09:10:38 +05:30
Ganesh Nalawade
0b2619ff2b
Add lldp neighbor intent argument for vyos_interface ( #29092 )
...
* Add lldp neighbor intent argument for vyos_interface
* Add version_added info for neighbor argument
* Fix CI issue
2017-09-08 08:28:43 +05:30
Joel Thompson
4e759a9cce
sns_topic: Fix unreferenced variable ( #29117 )
...
Not sure how this ever worked.
Fixes #29102
2017-09-07 21:46:30 -04:00
Abhijeet Kasurde
4a73390823
shared argument spec for FreeIPA ( #28950 )
...
Adds unified argument spec and documentation updates for FreeIPA modules.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2017-09-07 21:07:15 +02:00
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