Sandra McCann
4fedc10035
added guidelines for seo; ( #66431 )
5 years ago
Xavier PV
9dd548ebb7
Update developing_python_3.rst ( #66249 )
...
##### SUMMARY
fix link § redirection
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
5 years ago
林博仁(Buo-ren Lin)
011e0176c2
Clarify the advantage include* statement brought regarding looping ( #66022 )
...
Signed-off-by: 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>
5 years ago
Bill Dodd
5f966ef664
Update deprecation version and porting guide for resource_id option ( #66060 )
...
* update deprecation version and porting guide for resource_id option
* add changelog fragment
5 years ago
Sandra McCann
1a0724fdd4
Trim down to one Ansible search option ( #66284 )
...
* move swiftype search to upper left of docsite, fix spacing and length issues for search icon and searchbox
5 years ago
Sandra McCann
9922014441
add details on network gather facts improvements ( #66220 )
...
* add details on network gather facts improvements, implement feedback
5 years ago
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
5 years ago
Sandra McCann
136b3be722
added unit test details for resource modules ( #65891 )
...
* added unit test details for resource modules
5 years ago
Jordan Borean
595ab62ab8
Ansible.Basic - Added deprecated_aliases ( #66323 )
5 years ago
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
5 years ago
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
5 years ago
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>
5 years ago
Anthony Bourguignon
d3e9ef3c35
add a path_join filter which joins path components ( #62713 )
5 years ago
Sandra McCann
80dff8743a
fixed some broken links ( #66182 )
5 years ago
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.
5 years ago
Mark Chappell
458268f4cb
AWS Guidelines: Make 'security_token' optional so that they can be run outside of CI ( #66107 )
5 years ago
Pilou
7ee3103a86
clc_aa_policy: deprecate unused 'wait' parameter ( #64367 )
5 years ago
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
5 years ago
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
5 years ago
Sandra McCann
80f5503ed0
Use requirements.txt to install prereqs for docs build ( #65709 )
...
* Use requirements.txt to install prereqs for docs build
* implement feedback
5 years ago
Wojciech Sciesinski
aacc2d1a18
Update indentation used in the code examples, unify empty lines ( #65874 )
5 years ago
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>
5 years ago
Evgeni Golov
057e137998
clarify `returned` value of `RETURN` nlock ( #65724 )
5 years ago
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.
5 years ago
Steve Leonard
af1c788ba7
Fix list formatting in Getting Started docs page ( #65713 )
5 years ago
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.
5 years ago
Sandra McCann
9c30325704
fixed some link nits ( #65772 )
5 years ago
Alicia Cozine
860cacc54f
Docs: User guide overhaul, part 2 ( #65474 )
5 years ago
anshulbehl
b349ec8fcf
Adding network plugin changes for netconf and network_cli ( #65708 )
...
* Adding network plugin changes for netconf and network_cli
5 years ago
Sandra McCann
5eceebcaf3
Clarify how to install roles and collections from same requirements file ( #65707 )
5 years ago
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
5 years ago
Wojciech Sciesinski
95aef88a45
Update indentation used in the code examples, unify empty lines ( #65346 )
5 years ago
lotaris-xx
c185c46501
Update guide_azure.rst ( #65519 )
...
Adds subscription_id to the list of user/password credentials.
5 years ago
Evgeni Golov
3af1732bd8
fix rendering of GOOD/BAD code for regex_replace examples ( #65654 )
...
adds double colon (::) so the examples render as code
5 years ago
Jasper Lievisse Adriaanse
53cd0bdd29
docs: Prefer python3 on OpenBSD ( #65447 )
5 years ago
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
5 years ago
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
5 years ago
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.
5 years ago
Sandra McCann
41472ee387
Describe different ways to set connection timeout options ( #65126 )
...
* add timeout option examples, link to new section, implement feedback
5 years ago
Sam Doran
21bbf49396
Mention Python builtin methods in filter docs ( #65425 )
5 years ago
林博仁(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'`.
5 years ago
Niklas Liechti
39ebd244e3
Update playbooks_filters.rst ( #64769 )
5 years ago
Andrew Schultz
756ac826fe
Improve ignore_unreachable documentation ( #64938 )
5 years ago
Sandra McCann
7084dd727a
clarify httpapi with an example ( #65083 )
5 years ago
Sandra McCann
b2fc12a29f
clean up network toc ( #65264 )
5 years ago
Kenyon Ralph
a797802d27
playbooks_filters_ipaddr.rst: fix syntax, indentation ( #65208 )
5 years ago
Sandra McCann
af64e9ce6a
add Automation Hub stub page ( #65261 )
...
* add Automation Hub stub page
* implement feedback
5 years ago
Sam Doran
0471ed3731
Add docs clarifying behavior of retry files ( #65153 )
5 years ago
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
5 years ago
gaoruifeng
f9f7a0c60e
fix syntax issue ( #65166 )
...
- can disabled
+ can be disabled
5 years ago