Brian Coca
cefae7a967
added missing guess
2018-12-11 09:49:42 -05:00
Brian Coca
8ce4720f44
pear: More info if failure occurs ( #49735 )
...
* added cli errors to error msg for pear
2018-12-11 09:38:06 -05:00
Steven Tobias
260512459d
stop requiring description. this is not a mandated jira field for all screens ( #46023 )
2018-12-11 14:24:24 +00:00
Brian Coca
f8685e4819
Let submitters know component is 'best effort' ( #49619 )
...
* Let submitters know component is 'best effort'
* updated as per FB
2018-12-11 14:23:16 +00:00
Gonéri Le Bouder
e7750768f7
nmcli example: modern way to install packages ( #49110 )
...
- use the generic `package` module, this way it will cover dnf and yum
- to not specify the x86_64 arch, the package manager will pull the fine
version anyway
- with_items with package is deprecated
- libnm-qt-devel is only in Fedora 27 and 28.
2018-12-11 17:37:07 +05:30
Abhijeet Kasurde
e464c543f6
Add support for variable_{start,end}_string ( #49711 )
...
Template lookup plugin now support variable_start_string and
variable_end_string, just like template module.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-12-11 15:22:12 +05:30
Matt Davis
30c611a9cf
add changelog for 46608
2018-12-10 17:12:18 -08:00
Xijun Dai
7186234a84
Fix Unicode-objects must be encoded before hashing ( #46608 )
2018-12-10 17:09:29 -08:00
Peter Kirby
41a6c1d220
Update rds.py ( #49674 )
...
Adds endpoint and port to the instance return values for rds.py. Partial fix for #37209
2018-12-10 16:47:55 -06:00
Abhijeet Kasurde
eb61d26a2a
Add missing parameter in virtualenv command ( #49675 )
...
Fixes : #43115
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-12-10 16:43:33 -06:00
John R Barker
446e953a7b
BOTMETA - plugins/filters ( #49655 )
2018-12-10 22:40:22 +00:00
Matt Clay
df1c9d0f25
Disable failing ec2_vpc_vpn_facts test.
2018-12-10 14:05:18 -08:00
Alicia Cozine
a71cd49a0c
Style guide index ( #49746 )
...
* First revision of ansible style guide index page
2018-12-10 15:32:45 -05:00
Sandra McCann
32c2b3b3be
Styleguide basic ( #49747 )
...
* cleaned up basics page
* made codeblock visible
* added anchor
2018-12-10 14:30:34 -06:00
Brian Coca
b924476d63
updated clog with cve
2018-12-10 14:18:29 -05:00
Sandra McCann
418c03a686
added dhcp standard options ( #49729 )
2018-12-10 13:11:42 -06:00
Sandra McCann
62af321909
added jinja2 example ( #49740 )
2018-12-10 13:10:17 -06:00
Abhijeet Kasurde
be21140384
VMware: update docs and return docs for vmware_host_service_facts ( #49736 )
...
Follow up of 45155
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-12-10 23:57:39 +05:30
Dag Wieers
7b01725bb5
mail: Fix new breakage on python 2.7 ( #49197 )
...
* mail: Fix new breakage on python 2.7
* Add changelog fragment
* Add basic SMTP testing
* Add SMTP integration tests using starttls and TLS
2018-12-10 10:25:33 -08:00
Ken Dreyer
eae81e36fd
openstack: document RETURNS for os_volume ( #49559 )
...
Document the "id" and "volume" return values from the os_volume module.
2018-12-10 11:29:34 -06:00
Brian Coca
758ac1846b
match interpreter on stdout also ( #49446 )
...
fixes #46980
2018-12-10 11:43:30 -05:00
Brian Coca
e53a7856f6
simplify vm_guest detection code ( #49378 )
...
- remove a lot of repetition
- change lists to tuples since they are faster to assign
2018-12-10 11:42:51 -05:00
Brian Coca
42a13d15f1
add path info to role list ( #49346 )
...
* add path info to role list
- use same display format for both listing all and specific roles
Co-Authored-By: bcoca <bcoca@users.noreply.github.com>
2018-12-10 11:41:22 -05:00
Brian Coca
0c1f62065c
make adhoc include_role/task work again! ( #49247 )
...
* adhoc include_role/task work again!
- fix task, pass if set
2018-12-10 11:40:44 -05:00
René Moser
e0ad0eb42c
Merge pull request #49678 from resmo/fix/cloudstack-tests-unstable
...
cloudstack: Fixes for unstable tests
2018-12-10 08:39:16 -08:00
Brian Coca
70ba960f6d
More specificity in errors for cfg mgr ( #48995 )
...
* More specificity in errors for cfg mgr
2018-12-10 11:38:42 -05:00
Brian Coca
20270680fc
fixes to ansible-doc ( #47682 )
...
fixes to ansible-doc
- change json to always be type dependent
- change changelog generation to loop over the options
- warn about ignoring module path
2018-12-10 11:37:15 -05:00
Andreas Krüger
18bf48cec2
Pull documentation of ansible.module_utils.basic from (improved) doc strings. ( #48416 )
2018-12-10 09:17:15 -06:00
Brian Coca
ba4c2ebeac
ensure ssh retry respects no log ( #49569 )
2018-12-10 09:55:18 -05:00
Dag Wieers
37820be05b
aci_rest: Fix ignoring custom port ( #49715 )
2018-12-10 15:08:06 +01:00
Felix Fontein
270b6a2ee2
docker_*: hint at DOCKER_CONFIG environment variable ( #49689 )
...
* Hint at DOCKER_CONFIG environment variable directly supported by docker-py.
* Adjust wording.
2018-12-10 13:40:29 +00:00
Dag Wieers
23ae3aa32a
read_csv: new module to read CSV files ( #49578 )
...
* read_csv: new module to read CSV files
* Add a doc reference to the csvfile lookup plugin
* Enable the use of custom dialect options
* Improve error handling
* Fix PEP8
* Fix more PEP8
* Simplify custom dialect code
* Add integration tests
* Fixes for CI
* Fix for python 2.6
2018-12-10 11:42:47 +00:00
Carsten Koester
e25dac946f
openstack: fix parameter handling when cloud provided as dict ( #42899 )
...
* openstack: fix parameter handling when cloud provided as dict
If a cloud is provided as dictionary:
* Do not assert that 'interface' parameter is None. Instead,
assert that it is 'public'.
* Assert that 'auth_type' parameter is not set.
Fixes #42858
* os_user: Include domain parameter in user lookup
If a "domain" parameter is provided, use it in looking up
whether the user already exists.
Fixes #42901
* os_user: Include domain parameter in user deletion
If a "domain" parameter is provided, use it in deleting
the user also.
Fixes #42901
2018-12-10 11:41:22 +00:00
Felix Fontein
60a3b0bcf0
docker module_docs_fragment should also be community supported and maintained by $team_docker ( #49679 )
...
* Put docker module_docs_fragment under jurisdiction of .
* Add DBendit to team_docker.
2018-12-10 09:58:06 +01:00
Felix Fontein
495a426039
docker_swarm: fix minimal API version ( #49691 )
...
* Reduce minimally required docker API version to 1.25, with selective features requiring 1.30.
* Adjust test requirements.
* Forgot some imports.
2018-12-10 14:09:28 +05:30
Dario Zanzico
b183eb4464
docker_swarm_service: ensure idempotency when the user parameter is None ( #49235 )
...
* ensure idempotency for user set to None
* Update `user` documentation and add changelog fragment
* clarify changelog fragments and parameters documentation
* use restructuredtext syntax in changelog fragment
2018-12-10 14:09:13 +05:30
Zim Kalinowski
b89eb7a8c9
Support for generalizing VMs ( #49704 )
2018-12-10 16:21:09 +08:00
Felix Fontein
aec98b6aab
Add docker_volume_facts module ( #49692 )
...
* Add docker_volume_facts module.
* Fix type confusion.
* Improve tests.
2018-12-10 15:41:46 +10:00
Christian Kotte
36e3edff50
VMware: New module vmware_host_snmp ( #47937 )
2018-12-10 11:01:41 +05:30
Christian Kotte
4903e42e2f
VMware: New module vmware_vcenter_settings ( #48083 )
2018-12-10 11:01:15 +05:30
Dave Bendit
f545763296
[docker_network_facts] Creating docker_network_facts module ( #49644 )
...
Part of #49267
2018-12-10 15:24:05 +10:00
Abhijeet Kasurde
c9325ca247
Override help string version ( #49545 )
...
This fix adds additional help message to version command options
Fixes : #20488
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-12-10 10:40:19 +05:30
Yuwei Zhou
5a59748e6c
Fix if the route table changed to none ( #49533 )
2018-12-10 10:30:23 +08:00
Yuwei Zhou
c0d95a73ff
azure_rm_image module's source can accept dict value ( #48864 )
2018-12-10 10:29:12 +08:00
Dag Wieers
ee0df72e49
PSRP: Move default loglevel of pypsrp to WARNING ( #49673 )
2018-12-10 09:09:59 +10:00
Alicia Cozine
9142cfc86f
fixes typos in ansible-vault docs ( #49671 )
2018-12-09 17:05:53 -06:00
Jordan Borean
478fcf7abb
win_hotfix: use S3 bucket for update files in test ( #49696 )
2018-12-10 07:34:45 +10:00
jgkirschbaum
87cbce3d90
rabbitmq_vhost_limits: Move to rabbitmq subdirectory ( #49650 )
2018-12-08 23:41:59 +01:00
Alicia Cozine
ef34b7cb83
fixes typo in windows usage guide ( #49672 )
2018-12-08 13:42:39 -06:00
Tim Burke
2b347d01fd
Clean up some roadmap dates ( #49630 )
...
- Add year to the 2.1 roadmap.
- Move 2.6 final release from expected to actual timeline.
As expected, v2.6.0 was tagged Jun 28.
2018-12-07 16:56:44 -06:00