Tim Rupp
1c3fa2b07f
Deprecate the bigip_asm_policy module ( #49574 )
...
Specific import and export modules should be used instead
2018-12-05 16:02:16 -08:00
Stef Fen
9dc36fcaf0
Fix AWS STS session detection ( #49536 )
...
If CLI has already assumed a IAM Role, then the cli environment has an additional variable: AWS_SESSION_TOKEN
This needs to be forwarded to boto to successfully reuse the AWS session in boto.
2018-12-06 09:53:53 +10:00
Adam Miller
a5d98d69ff
enable service integration test target for rhel8 beta ( #48939 )
...
Signed-off-by: Adam Miller <admiller@redhat.com>
2018-12-05 18:07:18 -05:00
Adam Miller
6c61336a4b
enable template target integration tests on rhel8 beta ( #48940 )
...
Signed-off-by: Adam Miller <admiller@redhat.com>
2018-12-05 17:58:15 -05:00
Adam Miller
ea2b0114ea
enable mysql related integration tests for rhel8 beta ( #49163 )
...
Signed-off-by: Adam Miller <admiller@redhat.com>
2018-12-05 17:57:44 -05:00
Sloane Hertel
ae12be6cd9
Add inventory cache options to config base ( #46097 )
2018-12-05 17:09:49 -05:00
Rhys Campbell
cdc0011333
mongodb_shard module and test exception ( #43673 )
...
* mongodb_shard module and test exception
* Update version_added
* Documentation improvements
* Correct yaml errors
* Correct lines over 160 chars
* Correct replicaset
* Minor documentation changes
2018-12-05 16:29:45 -05:00
Toshio Kuratomi
bd7322a3f6
Simplify FactCache.update()
...
We only need FactCache.update() for the backwards compatibility shim as
MutableMapping.update() will do the right thing.
2018-12-05 12:33:27 -08:00
Toshio Kuratomi
33f0c1ce22
FactCache changes
...
* Fix FactCache to conform to the dict API
* update needs to take a dict rather than a key and a value
* __init__ needs to allow for setting the intial dictionary
* Remove unneeded _display and _cache attributes
* Move ansible.plugins.cache.FactCache to
ansible.vars.fact_cache.FactCache because this isn't part of the cache
plugin API.
* Add backwards compatibility when calling update on the new FactCache
* Remove code for calling old FactCache. There's no way to call the old
FactCache so there's no need for backwards compatible code for calling
code. Backwards compatibility is handling things which are calling
the new FactCache.
* Port our code to the new FactCache location.
2018-12-05 12:33:27 -08:00
Brian Coca
6096f57880
fix cache 'update' method to be 'mapping' compatible
...
- also simplify the update functions
- fix methods and allwow backwards compat with plugins overriding 'update'
2018-12-05 12:33:27 -08:00
Ken Dreyer
8e05d8e329
docs: link to openstacksdk ( #49521 )
...
We use the openstacksdk library for OpenStack client configuration now.
Update the doc fragment so we point users at the correct place.
2018-12-05 14:06:20 -05:00
Ganesh B Nalawade
329cbcf973
Fix in dict_merge to check for Mapping
...
* Based on review comments for PR #49474 change the check
for isinstance from `dict` to `Mapping`
2018-12-05 10:31:32 -08:00
Matt Martz
77de219836
Support version 3 of the redis python library ( #49445 )
...
* Support version 3 of the redis python library. Fixes #49341
* Document 2.4.5 minimum redis-py version
2018-12-05 12:08:53 -06:00
John R Barker
be8b08f946
Mark cs_snapshot_policy unstable ( #49543 )
2018-12-05 09:38:48 -08:00
Abhijeet Kasurde
8db7fcf45c
ipaddr: Add missing documenation about network/prefix filter ( #49532 )
...
* ipaddr: Add missing documenation about network/prefix
Fixes : #17871
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-12-05 12:14:13 -05:00
Brian Coca
e17a2b502d
updated ff docs to include and deprecate skip ( #45167 )
...
* updated ff docs to include and deprecate skip
* fine tuned requires
* deprecate
* fixes
2018-12-05 12:08:30 -05:00
Ryan Conway
aacd22acc6
Fix an issue retrieving some types of 1Password items. ( #47213 )
...
* Some types of 1Password items have a 'password' field alongside the 'fields' attribute, not inside it, so we need to search there as well.
* Add changelog fragement for onepassword_facts PR #47213 .
2018-12-05 11:49:26 -05:00
Anil Kumar Muraleedharan
dd004321d4
Refactoring code of cnos_portchannel as cnos_linkagg in tune with other vendors. ( #49467 )
...
* Refactoring code of cnos_portchannel as cnos_linkagg in tune with other vendors.
2018-12-05 11:03:42 -05:00
Abhijeet Kasurde
287a42eba0
Added recommendation about module name ( #49540 )
...
* Added recommendation about module name
Added general guidelines for naming a module.
Fixes : #19665
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-12-05 10:30:40 -05:00
Mike Wiebe
49009879b9
Add explicit ansible_httpapi_port setting ( #49314 )
2018-12-05 09:51:49 -05:00
mbk87
95d810ab94
apt over apt-get ( #47663 )
...
* apt over apt-get
* added note on apt-get for older versions
2018-12-05 09:14:48 -05:00
Simon Dodsley
29e071d67a
Major update for purefa_pg module ( #46771 )
2018-12-05 08:21:09 -05:00
Josue David Hernandez
6d42c5020a
Fix for changes in clearlinux ( #49344 )
...
* Fix for changes in clearlinux
clearlinux is now providing /etc/os-release file and ansible is identifying as NA
then this change allow ansible to find it
Signed-off-by: Josue David Hernandez Gutierrez <josue.d.hernandez.gutierrez@intel.com>
* Add changelog fragment for clearlinux changes
Signed-off-by: Josue David Hernandez Gutierrez <josue.d.hernandez.gutierrez@intel.com>
2018-12-05 13:13:40 +00:00
Klaus Frank
cb24ab3014
VMware: Implement wait_for_customization ( #46625 )
...
* Implement wait_for_customization
* Add documentation for vmware_guest's wait_for_customization parameter
Fixes #43082
2018-12-05 18:15:30 +05:30
Abhijeet Kasurde
2af4761677
Documentation update for route53_facts ( #49525 )
...
Updates details about required parameters.
Fixes : #49450
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-12-05 10:21:17 +00:00
chris93111
7c8b5a407d
VMware: Add option to modify disk type while cloning template ( #47859 )
...
* Add parameters to module vmware_guest for conversion of disk to thin or thick when vm is cloned or deployed with template
* unit test for convert clone vm
Co-Authored-By: chris93111 <christopheferreira@ymail.com>
2018-12-05 15:50:23 +05:30
Naval Patel
880390ca0a
Added new module lxca_nodes for Lenovo XClarity Administrator ( #46767 )
...
* Added new module lxca_nodes
2018-12-05 10:18:36 +00:00
Christian Kotte
f3c4b2fc74
VMware: New module vmware_vcenter_statistics ( #48084 )
2018-12-05 15:46:42 +05:30
Toshio Kuratomi
c817bef3ae
Fix for callback plugins on Python3 when a module returns dictionary keys that aren't strings
...
This fixes one of the problems reported in https://github.com/ansible/ansible/issues/49343
Upstream Python3 bug for the json traceback:
https://bugs.python.org/issue25457
and PR that may fix it:
https://github.com/python/cpython/pull/8011
2018-12-04 23:03:48 -08:00
Andrey Che
64636d9de0
fix synchronize handling of encrypted hosts on delegation ( #49460 )
...
* Fix for #49363
* Replaced str() with to_text() as more python version safe
* Changed to comply to errors stragegy
2018-12-04 22:33:58 -08:00
Tim Rupp
1c644fb042
Adds description param to bigip_data_group ( #49527 )
2018-12-04 21:54:20 -08:00
Tim Rupp
60b75c2cfd
Adds ASM policy import module ( #49526 )
2018-12-04 21:34:55 -08:00
Tim Rupp
7a4c7b8c0f
Adds module for gtm topology regions ( #49510 )
2018-12-04 20:58:52 -08:00
John R Barker
4d23de6e41
plugins/connection/saltstack.py is support: community ( #49502 )
2018-12-05 09:03:55 +05:30
Abhijeet Kasurde
1763c8123b
AWS: Add support for available db types ( #48703 )
...
Add several database types which are supported by AWS in valid engine type.
Fixes : #48623
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-12-05 08:59:36 +05:30
Dag Wieers
257a8af922
Fix typo
...
Fix a small typo
+label: docsite_pr
2018-12-05 03:20:10 +01:00
James E. King III
79c0e30c5a
azure_rm_image: fix creation of image with data disks ( #49394 )
2018-12-05 09:36:34 +08:00
mattandes
15c5dbcc20
Fix win_nssm credentials quoting ( #48761 )
...
* Fix win_nssm credentials quoting
Fix credential quoting for win_nssm after changes to the way nssm command is invoked in Ansible 2.7.1.
* Updating nssm command to update credentials to use Argv-ToString to properly escape password variable.
* Adding changelog fragment for fix of #48728 .
2018-12-05 10:38:28 +10:00
James Cassell
2bd6b1415b
become_method: make dzdo more like sudo ( #47946 )
...
dzdo is basically a drop-in replacement for sudo and supports the same
command line options.
There is no become_flags set for dzdo like there is for sudo, so users
will have to set that separately to have exactly the same functionality.
2018-12-04 18:24:32 -05:00
Toshio Kuratomi
d06cd869b8
Revert "fix cache 'update' method to be 'mapping' compatible"
...
This reverts commit 68301f890a
.
2018-12-04 14:04:13 -08:00
Wojciech Sciesinski
e4a3e73b15
Add win_psrepository ( #48828 )
...
* Add win_psrepository
* Small corrections
* Correct requiqurements - add NuGet
* Extend tests
* Post-review updates
* Post-review - updates 2
* Add empty RETURN section in documentation
* Add empty line at EOF
* Post-review updates 3
* Update tests to run in check_mode too
* Minor updates
* Correct installing/updating NuGet
* a few changes for review
* Remove copyrights
* Revert "Remove copyrights"
This reverts commit 2d687ec6a6
.
2018-12-04 22:47:28 +01:00
Robert de Bock
3247eec97a
Fixes #49362 module dnf: install python3-dnf preferably over python2-dnf. ( #49402 )
...
* Create python3and2
Adding tests to see if dnf still works when python-2 and python-3 are installed.
* Update main.yml
Include the tests that run on python 2 and python 3, based on the package manager.
* Update dnf.py
Use python3-dnf by default, otherwise python2-dnf.
* Rename python3and2 to python3and2.yml
Rename.
2018-12-04 16:43:45 -05:00
David Wittman
345b6cdec8
Update BOTMETA ignore list for alternatives.py ( #49489 )
...
I'm getting way too many emails. Thank you!
2018-12-04 14:58:40 -06:00
Tim Rupp
c7dd13758e
Adds bigip_profile_analytics module ( #49499 )
2018-12-04 12:53:31 -08:00
Bianca Henderson
5499ee30d4
Change GB to GiB in some AWS modules ( #49304 )
2018-12-04 15:46:34 -05:00
owenmann
23637aa349
Update faq.rst: typo ( #49491 )
...
* Update faq.rst
<!--- Your description here -->
minor: typo
+label: docsite_pr
2018-12-04 15:44:29 -05:00
Sloane Hertel
a3e8917b73
[s3_bucket] Handle error paginating object versions when bucket does not exist ( #49396 )
2018-12-04 15:42:14 -05:00
Toshio Kuratomi
a8fbfe1844
Warn if empty string is present in synchronize's rsync_opts
2018-12-04 12:05:45 -08:00
Tim Rupp
caa6ed3c66
Adds ASM policy fetch module ( #49494 )
2018-12-04 11:24:34 -08:00
Tim Rupp
138690519d
Various small fixes for f5 ansible modules ( #49492 )
2018-12-04 11:15:49 -08:00