René Moser
a1ec74334a
cloudscale_volume: fail fast on volume type change ( #52231 )
...
* cloudscale_volume: fail fast on volume type change
Currently a volume gets resized before the type change check. With this
change, we check early and ensure we fail before any changes made.
* fix too many blank lines
2019-02-18 17:48:47 +00:00
Paweł Rozlach
fcb6f136cd
flatpak_remote: Handle empty output in remote_exists ( #52010 )
...
`flatpak remote-list -d` can return an empty output on Fedora 29 (version 1.2.0).
2019-02-18 17:40:51 +00:00
Nathaniel Case
686f4b35e3
Add enable become plugin patterned after runas ( #52496 )
2019-02-18 12:10:54 -05:00
Philippe Makowski
61743ab39a
fix bug #47154 ( #49881 )
2019-02-18 17:09:23 +00:00
Alex Stephen
6ae04017d8
GCE deprecation warning ( #52116 )
...
* GCE deprecation warning
* porting guide typo
* fixing ignores
* moving error code back
* underscore marking on gce
* forgot to change status
2019-02-18 16:42:19 +00:00
Abhijeet Kasurde
e8b3adeb2b
VMware: add new module vmware_host_kernel_manager ( #52503 )
...
Signed-off-by: Aaron Longchamps <a.j.longchamps@gmail.com>
2019-02-18 21:57:49 +05:30
Matt Martz
77bfcad33a
Support unix socket with urls/uri ( #43560 )
...
* First pass at allowing unix socket with urls/uri. See #42341
* Only insert handler as needed
* Fix and add tests
* Add HTTPS functionality for unix sockets
* Additional test fixes
* Create context manager for monkey patching HTTPConnection.connect, de-dupe code, raise better errors
* doc
* Add a few more tests
* Fix __call__
* Remove unused import
* Patch HTTPConnection.connect with the functionality we want, instead of duplicating code and disabling
* Fix var name
* Remove unused var
* Add changelog fragment
* Update uri docs
* Fix rebase indentation issue
2019-02-18 10:21:42 -06:00
David Medberry
f67f391730
Update tower_credential.py ( #51469 )
...
misspelled word and poor capitalization (in the same sentence of the doc string)
+label: docsite_pr
2019-02-18 15:49:11 +00:00
Mikhail Yohman
1e12513e7b
Bugfix: Fix return data and rework netbox_ip_address ( #52415 )
...
* Hopefully fixed the conflict and added the rework done
* Fixed PEP issues
2019-02-18 15:31:49 +00:00
Jiri Tyr
5f4840aaa8
Fixing state=present for jenkins_plugin module ( #52051 )
2019-02-18 15:18:49 +00:00
Matt Clay
687279c7bd
Set user expires on FreeBSD using UTC. ( #52276 )
2019-02-18 09:59:13 -05:00
Zim Kalinowski
f6ba9be141
Fixed typo in azure_rm_cosmosdbaccount documentation ( #52451 )
2019-02-18 20:27:31 +05:30
Nilashish Chakraborty
bc403dbcda
Added new module - frr_facts ( #51804 )
...
* Add new module frr_facts
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix return value
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix review comments
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix review comments
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Handle empty row for mpls ldp neighbors
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix review comments
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix CI
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Remove timestamp from cliconf pluging
* Updated examples
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix sanity tests
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2019-02-18 19:35:40 +05:30
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
Felix Fontein
8222ebd23a
docker_image: really deprecate state==build ( #52412 )
...
* Really deprecate state==build.
* Also explicitly deprecate use_tls.
* Add changelog.
2019-02-18 13:25:25 +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
Felix Fontein
1d8e9db4a9
crypto modules: add missing option types ( #52421 )
...
* Add missing crypto option types.
* Reorder argument_spec.
* Reorder option docs.
2019-02-18 10:24:17 +00:00
Matt Martz
9f82f3fd14
Alias ansible_model to ansible_product_name for Darwin. Fixes #52233 ( #52242 )
2019-02-18 10:22:44 +00:00
Miguel Angel Muñoz González
49ea68ca63
Fortinet's FortiOS fortios firewall service category ( #52080 )
2019-02-18 10:21:12 +00:00
Miguel Angel Muñoz González
993733848d
Fortinet's FortiOS fortios firewall service custom ( #52081 )
2019-02-18 10:20:37 +00:00
snowjet
eaf238b033
Adds toggle port security on network create ( #37390 )
...
Added a new property, 'port_security_enabled' which is a boolean to
enable or disable port_security during network creation. The default
behaviour will enable port security, security group and anti spoofing
will act as before. When the attribute is set to False, security
group and anti spoofing are disabled on the ports created on this
network.
Shade supports this option in versions > 1.27.1
2019-02-18 05:03:27 -05: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
Ondra Machacek
435e0c5dba
Update kubevirt_vm with new feautures ( #52311 )
2019-02-18 15:12:23 +05:30
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
Joel Lappalainen
5426b26410
Fix az command to get object id ( #52277 )
2019-02-18 14:19:29 +08:00
Zim Kalinowski
8422e23533
Fixing azure_rm_postgresqldatabase force_update parameter ( #52388 )
2019-02-18 14:04:01 +08:00
Yuwei Zhou
2daaf4eedd
fix non location error ( #52312 )
2019-02-18 13:54:41 +08:00
Zim Kalinowski
777441719f
azure_rm_cosmosdbaccount - fix for virtual network rules ( #52416 )
2019-02-18 11:58:43 +08:00
Garfield Lee Freeman
6b8f679ad1
Bug fixes and enhancements for panos connection ( #52306 )
2019-02-18 09:19:26 +05:30
Piotr Wojciechowski
97ebc95784
Fix typo in key name ( #52432 )
2019-02-17 22:45:13 -05:00
Abhijeet Kasurde
fad6443e58
Distribution: Add support for Linux Mint 18.3 ( #52224 )
...
* Distribution: Add support for Linux Mint 18.3
* Review comments
Fixes : #52210
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-02-18 08:28:04 +05:30
Zim Kalinowski
b7482e6a6d
fix version import in common ( #52005 )
2019-02-18 09:54:59 +08:00
Sayed Anisul Hoque
7d6a94e7dc
Fixed typos ( #52426 )
2019-02-17 22:49:40 +01:00
Felix Fontein
be3a47e2fe
docker_common: improve image finding methods ( #44692 )
...
* Work around problem with Docker daemon that sometimes won't find image if prefixed with docker.io repo name.
* When tring library/xxx, docker-py also doesn't sometimes find the image.
* Add changelog.
2019-02-17 14:28:40 -05:00
Miguel Angel Muñoz González
36e0415d64
Fortinet's FortiOS log syslogd3 filter ( #52262 )
...
* Fortinet's FortiOS log syslogd3 filter
* Avoid Null Choices
2019-02-17 14:47:56 +00:00
Abhijeet Kasurde
52d8f9c397
pacman: Check for package list before installing ( #52246 )
...
Fixes : #45638
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-02-17 06:04:46 -05:00
Андрей Череваткин
88545b0292
Correct minor typo in filesystem module docs ( #52413 )
...
Changed 'filesytem' to 'filesystem'
2019-02-17 10:02:32 +05:30
Victor Fauth
3408de156a
etcd3: Support authentication ( #44383 )
...
* etcd3: Support authentication
* etcd3: Comment argument check
* etcd3: Fixed wrong var names
* etcd3: Added in 2.8 instead of 2.7
2019-02-16 16:44:10 -05:00
Felix Fontein
ef3d86255d
docker_* modules: remove from validate-modules ignore list ( #52402 )
...
* Remove docker_* modules from validate-modules ignore list.
* Adjust types of cacert_path, cert_path and key_path.
* Fix type of update_failure_action in docker_swarm_service.
2019-02-16 07:14:29 -08:00
Richlv
81d688a7c7
clarify how users are specified ( #52260 )
...
##### SUMMARY
Clarify that usernames - which Zabbix API documentation calls "aliases" - are to be specified for recipients
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
2019-02-16 03:07:29 -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
Dag Wieers
b4802350ec
Fix one issue ( #52370 )
2019-02-15 22:33:31 +01:00
Dane Summers
523cb8b5a4
cron - adds deprecation warnings ( #37355 ). ( #52322 )
...
Adds deprecation warnings for both 'name', and 'reboot' option (although
not related to this change, it has been deprecated for quite a while)
2019-02-15 14:09:03 -05:00
Martin Krizek
50d7483632
Native Jinja2: raise undefined error immediately ( #52237 )
...
Fixes #52158
2019-02-15 19:36:12 +01:00
Matt Clay
02c9f70898
Fix sanity test failures (pep8).
2019-02-15 09:25:20 -08:00