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
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.
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
Sandra McCann
96cbbdd59f
update version metadata to get faceted swiftype search running ( #65574 )
...
* update version metadata to get faceted swiftype search running
5 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
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
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.
5 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.
5 years ago
Chris Budzilowicz
0ab21fd1ec
add note re required forward slash on url ( #65203 )
5 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
5 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
5 years ago
Egor Zaitsev
f3575c5025
docs: add solution to timeout errors to docs ( #65140 )
5 years ago
Alicia Cozine
b0c8e7926f
link from quickstart page to Network Getting Started ( #65150 )
5 years ago
Mark Chappell
f1311d3e98
Rewrite iam_policy using boto3 ( #63924 )
...
* reworked iam_policy
* Deprecate policy_document option
* deprecate defaulting skip_duplicates to true
* No longer explicitly catch ParamValidationError.
ParamValidationErrror is already caught by ClientError
* Work with complex policy objects rather than json documents
comparisons can better cope with the special cases (eg True vs "True" )
* Enable check_mode tests and fix related 'changed' bug
* changelog
* doc cleanup based on review
5 years ago
Baptiste Mille-Mathias
e65be0beee
Put all files and Path filters under a specific section ( #64913 )
...
Many of the filters in the "other useful filters" list manipulate filenames and paths; add a heading and put them together.
5 years ago
Felix Fontein
b6f0f14dd3
Document diff. ( #64888 )
5 years ago
Xu Yuandong
09aebf33e4
Add doc to ce for user guide. ( #63982 )
5 years ago
Sloane Hertel
a4b36b2e6a
Update cache plugin documentation ( #63635 )
...
* Update cache plugin documentation since all cache plugins shipped with Ansible can be used for caching inventory since 2.8
* Update docs/docsite/rst/plugins/cache.rst
Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com>
Co-Authored-By: John R Barker <john@johnrbarker.com>
5 years ago
Sandra McCann
2749090bc6
fix collection broken links ( #65010 )
5 years ago
Baptiste Mille-Mathias
1d0a832692
Fix link to Roles ( #64992 )
5 years ago
Baptiste Mille-Mathias
f198036d7f
Remove duplicated and broken link to Roles ( #64991 )
5 years ago