Matt Clay
687279c7bd
Set user expires on FreeBSD using UTC. ( #52276 )
2019-02-18 09:59:13 -05:00
Hannes Ljungberg
c80ad43371
docker_swarm_service: Add working_dir option ( #52425 )
...
* Add working_dir option
* Check local mounts var to align with other checks
* Add changelog fragment
* Add trailing comma
2019-02-18 13:42:19 +00:00
Felix Fontein
37b0f5c81b
docker: provide alternatives to ansible_facts results ( #51192 )
...
* Try to stop using ansible_facts for docker modules.
* Stop using facts returned from regular modules.
2019-02-18 13:41:34 +00:00
Hannes Ljungberg
64b12d2c0d
docker_swarm_service: Add groups option ( #52428 )
...
* Add groups option
* Add changelog fragment
* Remove whitespace
* Remove whitespace
2019-02-18 13:12:05 +00:00
Jordan Borean
bb0a69e084
git: kill gpg-agent in tests on newer OpenSUSE hosts ( #52476 )
2019-02-18 21:30:31 +10:00
Hannes Ljungberg
18b968d486
docker_swarm_service: Add healthcheck option ( #52419 )
...
* Define yaml versions as strings
* Add healthcheck option
* Add changelog fragment
* Don’t set version_added as strings
* Use single quoted string
* Disable healthcheck tests on python 2.6
* Bring back quoting on already quoted version-added
* Python 2.6 compat
* Move functions to docker-common
* Move parse_healthcheck to docker-common
* Cast exception to str before printing failure
* Extend parse_healthcheck tests
2019-02-18 09:46:14 +00:00
Hannes Ljungberg
77d116f66e
docker_swarm_service: Add stop_signal option ( #52424 )
...
* Add stop_signal option
* Add changelog fragment
2019-02-18 09:43:35 +00:00
Yuwei Zhou
664e6fb9c8
modified storageaccount fact return curated result with connection string ( #49702 )
2019-02-18 16:48:56 +08:00
Zim Kalinowski
896e320142
adding postgresqlconfiguration facts ( #45071 )
2019-02-18 15:14:56 +08:00
Zim Kalinowski
fa73abcf5d
fixing force_update in azure_rm_mysqldatabase ( #52389 )
2019-02-18 14:20:30 +08:00
Jordan Borean
3ecd6e19f7
alternatives - fix OpenSUSE dir on newer distros ( #52458 )
2019-02-18 16:07:01 +10:00
Zim Kalinowski
8422e23533
Fixing azure_rm_postgresqldatabase force_update parameter ( #52388 )
2019-02-18 14:04:01 +08:00
Jordan Borean
d6453a79f5
zypper_repository: fix return check on newer OpenSUSE versions ( #52457 )
2019-02-18 15:52:15 +10:00
Jordan Borean
4b296da6a2
zypper: fix tests to use new URL for OpenSUSE 15.0 ( #52453 )
2019-02-18 15:04:02 +10:00
Zim Kalinowski
777441719f
azure_rm_cosmosdbaccount - fix for virtual network rules ( #52416 )
2019-02-18 11:58:43 +08:00
Jordan Borean
4a94bd8d9d
opensuse - install password-store from specific repo ( #52439 )
2019-02-18 13:12:01 +10:00
Piotr Wojciechowski
e284a1546f
Integration tests for docker_node_facts ( #52423 )
2019-02-17 12:08:29 -05:00
Piotr Wojciechowski
d27ac7a816
Integration tests for module docker_swarm_facts ( #52208 )
...
* * docker_swarm_facts integration tests
* * docker_swarm_facts integration tests
* * docker_swarm_facts integration tests
* Removing commented lines
* Extended and updated integration tests for docker_swarm_facts module
* Cosmetic integtration tests playbook changes
* Cosmetic integtration tests playbook changes from PR comments
2019-02-16 16:20:54 -05:00
Matt Clay
f5c92f6bc1
Allow setting resource.RLIMIT_NOFILE in modules ( #51989 )
2019-02-15 17:52:35 -08:00
saranyasridharan
1db6d5598a
Adding custom module to get PID of the process ( #50896 )
2019-02-15 17:08:55 -08:00
Matt Clay
6ac22416af
Fix tests to use ANSIBLE_TEST_PYTHON_INTERPRETER.
2019-02-15 11:24:07 -08:00
David Soper
958653e282
Cisco Intersight module_utils and intersight_facts module ( #51309 )
...
* Cisco Intersight module_utils and intersight_facts module
* Add RETURN information and fix pylint, import, and pep8 issues.
* Review updates for specifying type of params/returns and not polluting ansible_facts.
* BSD one line license, validate_certs used, urls.fetch_urls replaces requests
2019-02-15 16:32:29 +01:00
Andrey Klychkov
8e0f95951d
Module postgresql_idx: added ci tests, new params, returned values, code refactoring ( #52230 )
...
* postgresql_idx: ci tests, refactoring, return values
* postgresql_idx: ci tests, new params, return values
* postgresql_idx: ci tests, fix
* postgresql_idx: ci tests, fix
* postgresql_idx: ci tests, fix
* postgresql_idx: ci tests, fix
* postgresql_idx: ci tests, fix
* postgresql_idx: ci tests, fix
* postgresql_idx: ci tests, fix
* postgresql_idx: ci tests, fix
* postgresql_idx: ci tests, fix
* New module postgresql_table - fix tests
* New module postgresql_table - fix tests
* New module postgresql_table - fix tests
* New module postgresql_table - fix state choices order
2019-02-15 15:38:56 +01:00
Zim Kalinowski
2f3960558d
Fix for PostgresSQL server update and storage_mb ( #51653 )
2019-02-15 17:46:52 +08:00
Zim Kalinowski
1f5cda37b3
Fix for MySQL server update and storage_mb ( #51661 )
2019-02-15 17:33:21 +08:00
Jordan Borean
de118734e9
Ansible.Basic - add required_by to module spec ( #51407 )
...
* Ansible.Basic - add required_by to module spec
* fix typo in docs
2019-02-15 13:00:25 +10:00
René Moser
0cc23de776
cloudstack: test: ensure network is implemented ( #52204 )
...
In ACS 4.12, it is no longer possbile to acquire IPs to a (...) network
not already in implemented state.
With deployment of a VM instance, we enforce the implementation of the
network. Also see 323f791efc
2019-02-14 23:44:50 +01:00
Jordan Borean
7b8e814a10
Ansible.Basic: make module options case insensitive with dep warning ( #51583 )
...
* Ansible.Basic: make module options case insensitive with dep warning
* Add porting guide info
2019-02-13 21:55:43 -05:00
Matt Clay
7016559b1a
Fix openssl_privatekey test on FreeBSD 12.0.
2019-02-13 18:34:45 -08:00
Yunge Zhu
bccf6d31bd
add azure_applicationsecuritygroup module ( #51214 )
...
* add applicationsecurity group module
* fix lint
2019-02-13 19:34:44 -05:00
Adam Miller
ea0e2bf2b3
yum always return changes dict, not only in check mode ( #51987 )
...
Previously the yum module would provide a `changes` dict when
executed in check mode but omit it when not in check mode in favor
of the `results` data which is raw output from the yum command. This
pull request makes that output uniform.
Fixes #51724
Signed-off-by: Adam Miller <admiller@redhat.com >
2019-02-13 17:46:32 -05:00
おすし
c2a409a9e0
Fix: Yum module does not use proxy when username is not set #51548 ( #51994 )
...
* add test of yum with proxy
* Properly handle unauthenticated yum proxy config
Fixes #51548
* shell executable is bash
2019-02-13 14:10:47 -05:00
Sam Doran
ad386290b4
Update command/shell docs with note about modules for rebooting( #51499 )
...
- Update integration test syntax
2019-02-13 13:54:36 -05:00
Matt Martz
cdb53ff1a4
Restore behavior for detecting only localhost, and no limit match. Fixes #52152 ( #52172 )
...
* Restore behavior for detecting only localhost, and no limit match. Fixes #52152
* Add test for non-matching limit
2019-02-13 11:52:30 -06:00
Jordan Borean
847d089d6b
Re-add support for setting shell from play context ( #52139 )
...
* Re-add support for setting shell from play context
* Add integration tests
* Add more tests for shell override
* fix sanity issue
2019-02-13 11:49:13 -06:00
Abhijeet Kasurde
32fce43311
hashi_vault: fix multiple spaces in params ( #51524 )
...
Fixes param parsing in hashi_vault
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2019-02-13 18:32:00 +05:30
Abhijeet Kasurde
22bddb434a
test for ipaddr filter ( #52088 )
...
based upon work of mscherer
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2019-02-13 16:53:43 +05:30
Pilou
51270be883
tower modules: check that 'verify_ssl' defined in ~/.tower_cli.cfg isn't ignored ( #50687 )
...
* Check that verify_ssl defined in tower_cli.cfg isn't ignored
* Avoid to override verify_ssl value defined in tower_cli.cfg
By default, tower-cli library enables SSL certificates check. But
verify_ssl false value defined in config files read by default by
tower-cli library (for example /etc/tower/tower_cli.cfg) was ignored
because overriden by the tower_verify_ssl parameter default value.
* fix a typo in comment
2019-02-13 10:26:43 +00:00
Straff
d4a07f9573
Added support for user-specified log file in win_package ( #51104 )
...
* Added support for user-specified log file in win_package - feature (#38353 )
* added integration tests for win_package log_path support feature (#38353 ), and applied review feedback
* win_package log_path support feature (#38353 ) - fixed typo in win-package.py documentation
* win_package log_path support feature (#38353 ) - improved an integration test and better doc in win-package.py
2019-02-13 19:08:07 +10:00
Amol Kahat
563725ba98
Fixed typo from adress to address ( #52143 )
...
Signed-off-by: Amol Kahat <akahat@redhat.com >
2019-02-13 13:57:13 +05:30
Abhijeet Kasurde
928c4f08ca
Fix test case in vmware_guest ( #52142 )
...
Due to changes in https://github.com/ansible/ansible/pull/45412
vmware_guest testcase delete_vm failed. This patch will fix that testcase.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2019-02-13 10:28:03 +05:30
Will Thames
46fbcf08bc
aws_kms enhancements ( #31960 )
...
* Allow creation and deletion of keys (deletion just schedules for
deletion, recreating an old key is just cancelling its deletion)
* Allow grants to be set, thus enabling encryption contexts to be
used with keys
* Allow tags to be added and modified
* Add testing for KMS module
* Tidy up aws_kms module to latest standards
2019-02-13 13:06:58 +10:00
Wojciech Sciesinski
a431e802ed
Add posibilities to run the integration tests for PowerShell < 5.0 ( #50808 )
...
* Add posibilities to run the integration tests for PowerShell < 5.0
* Update of tests - based at a review comments for #50612
* The correction of YAML structure
2019-02-12 15:51:03 -05:00
Wojciech Sciesinski
a7528cdd25
Update the NuGet package provider when needed ( #50759 )
...
* Update the NuGet package provider when needed
* Update NuGet provider conditionally
2019-02-12 12:22:22 -08:00
Andrew Gaffney
9c35f18dd6
Custom jinja Undefined class for handling nested undefined attributes ( #51768 )
...
This commit creates a custom Jinja2 Undefined class that returns
Undefined for any further accesses, rather than raising an exception
2019-02-12 15:04:00 -05:00
Abhijeet Kasurde
fab815fc3b
VMware: Handle duplicate VM names in vmware_vm_facts ( #45412 )
...
This fix changes facts returned from vmware_vm_facts to list of dict from
dict of dict.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2019-02-12 16:31:42 +05:30
Abhijeet Kasurde
5c992fcc3f
ansible-vault: handle utf-8 filename in vault ( #50341 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2019-02-12 16:13:51 +05:30
Hannes Ljungberg
70d8f02db7
docker_swarm_service: Extend env and add env_files support ( #51762 )
...
* Extend env and add env_files support
* Python 2.6 compat
* Handle lists passed as string
* Add changelog fragment
* Use correct link formatting
Co-Authored-By: hannseman <hannes@5monkeys.se >
* Fix typo
Co-Authored-By: hannseman <hannes@5monkeys.se >
* Handle empty env and env_files values
2019-02-12 08:06:58 +00:00
Felix Fontein
09f78d2f6c
ufw: allow to insert rules relative to first/last IPv4/IPv6 rules ( #49796 )
...
* Insert should have type int.
* Add insert_relative_to option.
* Add changelog.
* Add tests.
* Improve comment.
2019-02-12 08:05:14 +00:00
Jordan Borean
179cbb9891
win_dsc - return warning from DSC invocation ( #51927 )
2019-02-12 13:50:00 +10:00