Sandra McCann
9922014441
add details on network gather facts improvements ( #66220 )
...
* add details on network gather facts improvements, implement feedback
2020-01-10 15:06:49 -06:00
Sandra McCann
ffc1f33f2a
Docs: make different heading levels more obviously different in html output ( #66253 )
2020-01-10 14:13:48 -06:00
Sandra McCann
2ad6055efd
Document network resource modules ( #66226 )
...
* add network resource module details to docs
(cherry picked from commit 3e35d2d63ce17fb694e645785ad855f01420f7d8)
* network resource module page, with example output
2020-01-10 14:12:26 -06:00
Sandra McCann
136b3be722
added unit test details for resource modules ( #65891 )
...
* added unit test details for resource modules
2020-01-10 13:49:42 -06:00
Jordan Borean
595ab62ab8
Ansible.Basic - Added deprecated_aliases ( #66323 )
2020-01-10 09:13:13 +10:00
kaorihinata
3ca4580cb4
Allow no_log=False to silence the no_log warnings for module parameters ( #64733 )
...
As AnsibleModule._log_invocation is currently implemented, any parameter
with a name that matches PASSWORD_MATCH triggers the no_log warning as a
precaution against parameters that may contain sensitive data, but have not
been marked as sensitive by the module author.
This patch would allow module authors to explicitly mark the aforementioned
parameters as not sensitive thereby bypassing an erroneous warning message,
while still catching parameters which have not been marked at all by the
author.
Adds tests for various no_log states including True, False, and None (as
extracted by AnsibleModule._log_invocation) when applied to an argument with
a name that matches PASSWORD_MATCH.
Fixes : #49465 #64656
2020-01-09 16:47:57 -05:00
Sandra McCann
0ca79a4234
Clarify how to use the Galaxy token ( #65961 )
...
* DOCS: clarify how to use the Galaxy token, with info for installs and api-key
2020-01-07 13:57:47 -06:00
Abhijeet Kasurde
469f104ec2
loop: simplify dict2items example in docs ( #66235 )
...
* Added a simple example to explain "dict2items" filters for better understading.
Fixes : #65505
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2020-01-07 10:32:46 -05:00
Anthony Bourguignon
d3e9ef3c35
add a path_join filter which joins path components ( #62713 )
2020-01-06 11:56:40 -05:00
Sandra McCann
80dff8743a
fixed some broken links ( #66182 )
2020-01-06 10:24:07 -06:00
Lars Kellogg-Stedman
f85d9d7028
Correct rst syntax in playbooks_filters.rst ( #66198 )
...
The `regex_replace` documentation included an example that was meant
to be preformatted text but due to an indentation error was rendering
incorrectly.
2020-01-06 10:13:21 -06:00
Mark Chappell
458268f4cb
AWS Guidelines: Make 'security_token' optional so that they can be run outside of CI ( #66107 )
2019-12-30 08:38:20 +00:00
Toshio Kuratomi
365820f871
Add a banner which will display on the testing site. ( #64763 )
...
* Add a banner which will display on the testing site.
Thanks to shane for the javascript code
* change to more noticable color
Co-authored-by: Sandra McCann <samccann@redhat.com>
2019-12-23 12:15:47 -05:00
Pilou
7ee3103a86
clc_aa_policy: deprecate unused 'wait' parameter ( #64367 )
2019-12-20 23:46:53 -05:00
Ganesh Nalawade
1cfab26fab
Fix netconf plugin related to collections ( #65718 )
...
* Fix netconf plugin related to collections
Fixes #65655 (partly)
* Make netconf plugins configurable so that the
information of ncclient device handler
for give platform resides in the platform
specific netconf plugin.
* If the device handler value in ncclient is
different from the ansible_network_os value
the right value of `ncclient_device_handler`
should be set in the plugin documentation.
* Fix review comments
* Fix CI issue
* Fix review comment
2019-12-20 12:25:59 +05:30
Bill Dodd
973e36c6b6
Fix version param in deprecate() call and update porting guide ( #65894 )
...
* fix version= param in deprecate() call and update porting guide
* add changelog fragment
2019-12-19 07:09:28 +01:00
Sandra McCann
80f5503ed0
Use requirements.txt to install prereqs for docs build ( #65709 )
...
* Use requirements.txt to install prereqs for docs build
* implement feedback
2019-12-17 15:09:05 -06:00
Wojciech Sciesinski
aacc2d1a18
Update indentation used in the code examples, unify empty lines ( #65874 )
2019-12-16 11:26:25 -06:00
Alicia Cozine
40fb46f1e8
fixes import paths for ansible unit testing ( #65775 )
...
* fixes import paths for ansible unit testing
* Update docs/docsite/rst/dev_guide/testing_units_modules.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
2019-12-16 11:07:26 -06:00
Evgeni Golov
057e137998
clarify returned
value of RETURN
nlock ( #65724 )
2019-12-12 17:12:38 -06:00
yiskylee
1f0b5b09cd
Explanation for "check_mode: no" is confusing ( #65777 )
...
When an ansible module, e.g., command, does not support check mode, you can use "check_mode: no" in that task to execute the task in normal mode, even when "--check" flag is used. The current document basically says, use "check_mode: no" to run in check mode, which is confusing and inaccurate.
2019-12-12 17:04:57 -06:00
Steve Leonard
af1c788ba7
Fix list formatting in Getting Started docs page ( #65713 )
2019-12-12 16:52:52 -06:00
Mossroy
c3c1708dea
Fix variable name in an example ( #65760 )
...
Makes the variable name consistent between the example code (`myname`) and the text below (mentioning a variable called `name`) in the docs.
2019-12-12 16:51:47 -06:00
Sandra McCann
9c30325704
fixed some link nits ( #65772 )
2019-12-12 13:20:08 -06:00
Alicia Cozine
860cacc54f
Docs: User guide overhaul, part 2 ( #65474 )
2019-12-12 13:35:17 -05:00
anshulbehl
b349ec8fcf
Adding network plugin changes for netconf and network_cli ( #65708 )
...
* Adding network plugin changes for netconf and network_cli
2019-12-11 18:42:01 -06:00
Sandra McCann
5eceebcaf3
Clarify how to install roles and collections from same requirements file ( #65707 )
2019-12-11 10:21:41 -06:00
Chris Budzilowicz
5ebce4672b
VMware: add note to vmware_guest faq ( #65569 )
...
* add note to vmware_guest faq about the vmware API being read-only unless you're a paid subscriber
2019-12-10 15:45:32 -06:00
Wojciech Sciesinski
95aef88a45
Update indentation used in the code examples, unify empty lines ( #65346 )
2019-12-10 10:55:51 -05:00
lotaris-xx
c185c46501
Update guide_azure.rst ( #65519 )
...
Adds subscription_id to the list of user/password credentials.
2019-12-10 08:58:01 -06:00
Evgeni Golov
3af1732bd8
fix rendering of GOOD/BAD code for regex_replace examples ( #65654 )
...
adds double colon (::) so the examples render as code
2019-12-10 08:49:38 -06:00
Jasper Lievisse Adriaanse
53cd0bdd29
docs: Prefer python3 on OpenBSD ( #65447 )
2019-12-10 09:05:18 -05:00
Mark Chappell
d8943d495e
AWS NLB: Deprecate current default behaviour of 'absent' ( #65468 )
...
* Deprecate elb_network_lb default of *delete*.
* Add changelog fragment
* Porting guide entry
2019-12-09 15:55:32 +01:00
Jordan Borean
fcdebe41e9
win_find - Refactor for better performance and alignment to find ( #65536 )
...
* win_find - refactor to make more performance and use newer style
* win_find - refactor for performance improvements and alignment to find
* More path alignment to find
* Fix yamllint error
2019-12-06 10:01:11 +10:00
Sandra McCann
96cbbdd59f
update version metadata to get faceted swiftype search running ( #65574 )
...
* update version metadata to get faceted swiftype search running
2019-12-05 15:16:34 -06:00
Felix Fontein
4be8b2134f
Sanity checks: make sure that required
in argument spec coincides with documentation ( #65437 )
...
* Add sanity test for required parameters, update ignore.txt, and add changelog.
2019-12-03 09:15:07 -06:00
Sandra McCann
41472ee387
Describe different ways to set connection timeout options ( #65126 )
...
* add timeout option examples, link to new section, implement feedback
2019-12-02 10:42:45 -06:00
Sam Doran
21bbf49396
Mention Python builtin methods in filter docs ( #65425 )
2019-12-02 09:44:59 -06:00
林博仁(Buo-ren Lin)
8ebc57c186
Mention that Python keywords are invalid Ansible variable names ( #65094 )
...
* Mention that Python keywords are invalid Ansible variable names
Using a Python keyword as a variable name triggers the error `Invalid variable name in 'register' specified: 'return'`.
2019-12-02 09:42:40 -06:00
Niklas Liechti
39ebd244e3
Update playbooks_filters.rst ( #64769 )
2019-11-26 13:39:12 -05:00
Andrew Schultz
756ac826fe
Improve ignore_unreachable documentation ( #64938 )
2019-11-26 13:35:02 -05:00
Sandra McCann
7084dd727a
clarify httpapi with an example ( #65083 )
2019-11-25 16:30:16 -06:00
Sandra McCann
b2fc12a29f
clean up network toc ( #65264 )
2019-11-25 15:17:49 -06:00
Kenyon Ralph
a797802d27
playbooks_filters_ipaddr.rst: fix syntax, indentation ( #65208 )
2019-11-25 15:00:15 -05:00
Sandra McCann
af64e9ce6a
add Automation Hub stub page ( #65261 )
...
* add Automation Hub stub page
* implement feedback
2019-11-25 13:58:01 -06:00
Sam Doran
0471ed3731
Add docs clarifying behavior of retry files ( #65153 )
2019-11-25 14:26:46 -05:00
Sloane Hertel
c1f280ba6e
Inventory CLI - Ignore settings for when vars plugins should run ( #65073 )
...
* Inventory CLI - Ignore settings for when vars plugins should run and just always run them
* Add note to porting guide
* Fix loading vars plugins
* changelog
* Remove a staging test for ansible-inventory since it ignores that setting
2019-11-25 13:16:03 -05:00
gaoruifeng
f9f7a0c60e
fix syntax issue ( #65166 )
...
- can disabled
+ can be disabled
2019-11-25 15:01:10 +00:00
Trevor Pounds
8daa42bb3d
Support non-KV and KV v1/v2 secret engines ( #64288 )
...
* Support generic and KV v1/v2 secret engines.
Fixes #41132
Fixes #50598
Fixes #54462
Fixes #64150
* Update KV v2 compatibility notes/usage docs.
* Add tests for KV v1/v2 and generic secrets engines.
* Add changelog fragment.
* Add KV v2 behavior changes to porting guide.
* Fix pylint blacklisted name warnings.
2019-11-25 06:18:49 +01:00
Felix Fontein
f4d45ffdff
docker_container: change network_host default behavior for Ansible 2.14 ( #64635 )
...
* Update network_mode docs.
* Announce default change for 2.14.
* Add changelog fragment.
2019-11-24 05:05:00 +01:00