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
6 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>
6 years ago
Anthony Bourguignon
d3e9ef3c35
add a path_join filter which joins path components ( #62713 )
6 years ago
Sandra McCann
80dff8743a
fixed some broken links ( #66182 )
6 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.
6 years ago
Mark Chappell
458268f4cb
AWS Guidelines: Make 'security_token' optional so that they can be run outside of CI ( #66107 )
6 years ago
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>
6 years ago
Pilou
7ee3103a86
clc_aa_policy: deprecate unused 'wait' parameter ( #64367 )
6 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
6 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
6 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
6 years ago
Wojciech Sciesinski
aacc2d1a18
Update indentation used in the code examples, unify empty lines ( #65874 )
6 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>
6 years ago
Evgeni Golov
057e137998
clarify `returned` value of `RETURN` nlock ( #65724 )
6 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.
6 years ago
Steve Leonard
af1c788ba7
Fix list formatting in Getting Started docs page ( #65713 )
6 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.
6 years ago
Sandra McCann
9c30325704
fixed some link nits ( #65772 )
6 years ago
Alicia Cozine
860cacc54f
Docs: User guide overhaul, part 2 ( #65474 )
6 years ago
anshulbehl
b349ec8fcf
Adding network plugin changes for netconf and network_cli ( #65708 )
...
* Adding network plugin changes for netconf and network_cli
6 years ago
Sandra McCann
5eceebcaf3
Clarify how to install roles and collections from same requirements file ( #65707 )
6 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
6 years ago
Wojciech Sciesinski
95aef88a45
Update indentation used in the code examples, unify empty lines ( #65346 )
6 years ago
evitalis
c5c1ad4fb8
Make docs testing_formatter script more portable ( #65112 )
...
* Make script more portable
sha1sum is a Linux only command. Test for the command and if not found
use sha1 instead for portability. Avoid patches on BSD and Mac systems.
6 years ago
lotaris-xx
c185c46501
Update guide_azure.rst ( #65519 )
...
Adds subscription_id to the list of user/password credentials.
6 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
6 years ago
Jasper Lievisse Adriaanse
53cd0bdd29
docs: Prefer python3 on OpenBSD ( #65447 )
6 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
6 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
6 years ago
Sandra McCann
96cbbdd59f
update version metadata to get faceted swiftype search running ( #65574 )
...
* update version metadata to get faceted swiftype search running
6 years ago
Toshio Kuratomi
9973121f44
Fix ansible-galaxy man page generation ( #65478 )
...
The Action list was misformatted, leading to an error message in the man
page.
https://bugzilla.redhat.com/show_bug.cgi?id=1717110
6 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.
6 years ago
Sandra McCann
41472ee387
Describe different ways to set connection timeout options ( #65126 )
...
* add timeout option examples, link to new section, implement feedback
6 years ago
Sam Doran
21bbf49396
Mention Python builtin methods in filter docs ( #65425 )
6 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'`.
6 years ago
Niklas Liechti
39ebd244e3
Update playbooks_filters.rst ( #64769 )
6 years ago
Andrew Schultz
756ac826fe
Improve ignore_unreachable documentation ( #64938 )
6 years ago
Sandra McCann
7084dd727a
clarify httpapi with an example ( #65083 )
6 years ago
Sandra McCann
b2fc12a29f
clean up network toc ( #65264 )
6 years ago
Kenyon Ralph
a797802d27
playbooks_filters_ipaddr.rst: fix syntax, indentation ( #65208 )
6 years ago
Sandra McCann
af64e9ce6a
add Automation Hub stub page ( #65261 )
...
* add Automation Hub stub page
* implement feedback
6 years ago
Sam Doran
0471ed3731
Add docs clarifying behavior of retry files ( #65153 )
6 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
6 years ago
gaoruifeng
f9f7a0c60e
fix syntax issue ( #65166 )
...
- can disabled
+ can be disabled
6 years ago
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.
6 years ago
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.
6 years ago
Chris Budzilowicz
0ab21fd1ec
add note re required forward slash on url ( #65203 )
6 years ago
Mark Chappell
6e652ae6df
Improve consistency of IAM_{role,user,group} behaviour ( #64258 )
...
* iam_user: use AnsibleAWSModule.client to fetch connection rather than C&P code
* iam_role: Add deprecation warning so we can switch purge_polices default behaviour from true to false
* iam_user/role/group: Rename 'managed_policy' and 'purge_policy'
Rename from singluar to plural (we accept a *list* of policies), and add aliases for the old values.
* Cleanup documentation
* Changelog
6 years ago
Felix Fontein
784e507671
module sanity checks: improve alias handling ( #59060 )
...
* add_file_common_args is only of interest on top-level.
* Handle undocumented arguments in one place.
* Update ignore.txt
* Add changelog
6 years ago
Egor Zaitsev
f3575c5025
docs: add solution to timeout errors to docs ( #65140 )
6 years ago