Brian Coca
fe3b4325c2
less confusing 'args' message ( #29053 )
...
* less confusing 'args' message
* fix test
* gone native
2017-09-06 18:20:06 -04: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
Toshio Kuratomi
b98220f63d
Bump the versions now that devel is 2.5
2017-09-06 13:13:57 -07:00
Ryan Brown
d02bea75d3
Move selected AWS modules from community/certified to core support ( #28617 )
2017-09-06 11:15:41 -04:00
ABond
082f54eaf4
Fix digital_ocean module_util api_token bug ( #28924 )
...
* Fix digital_ocean module_util api_token bug
* Included environment variables also
* Removed try/catch and added a check on self.oauth_token
Modules using the DigitalOceanHelper would expect the module to handle any api key resolution.
2017-09-06 07:14:10 -07:00
Brian Coca
0ddbcf8841
python3 fix
2017-09-06 09:42:58 -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
Jordan Borean
eba01d5a8b
fix for getting vars and hostvars without specifying the host
2017-09-05 11:14:00 -04: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
Brian Coca
c51a4bc57d
ansible-config view fixes
2017-09-01 13:08:47 -04:00
Nathaniel Case
de2096e3d0
Move networking provider options to subspec ( #28894 )
...
* Add EOS provider options as subspec
* Add IOS provider options as subspec
* Add IOS XR provider options as subspec
* Add Junos provider options as subspec
* Add NX-OS provider options as subspec
* Add Vyos provider options as subspec
* Remove password checks from check_args
* Do the same to aireos, aruba, ce, dellos*, & sros, as they work the same way
* VyOS does not support `transport`
2017-09-01 11:53:51 -04: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
Brian Coca
1d9a62e2bd
removed warning that was appearing in every run
2017-08-31 16:26:49 -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
Sam Doran
31dc5342f3
Do not try to process an empty metai/main.yml file
...
If an empty meta/main.yml file exists, ansible-galaxy threw an unhelpful exception. Now, a warning message is printed and the installation does not fail.
See https://stackoverflow.com/questions/45432994/ansible-galaxy-fails-on-dependency-with-empty-meta-main-yml
2017-08-31 13:50:01 -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
Giovanni Sciortino
d733f5af06
Add note in documentation and add warning related to retries parameter used without until ( #28078 )
2017-08-31 11:25:36 -04:00
Adrian Likins
51c0d46056
Fix config base.yml defs with wrong keywords. ( #28833 )
...
Mostly vault related items using 'desc' instead of 'description'
2017-08-31 11:12:48 -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
Brock R
07acc579db
Removed a force conditional ( #28851 )
...
This `if not force:` conditional will never be false. So there is no need for it.
2017-08-31 04:48:42 -04:00
Sergey Scherbakov
c16d258a27
Fix encoding error on grp.gr_name, which can contain non-ascii chars at domain PCs ( #25804 )
...
* Fix encoding errors on grp.gr_name, which can contain non-ascii character at LDAP/AD domain workstations
* fix: utils.to_text() is now used instead of py3-incompatible unicode() method
2017-08-31 03:39:24 -04: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