Alicia Cozine
cb8ce7159d
Docs: clarify that roles do not inherit collections set in a playbook ( #66667 )
...
Co-authored-by: Matt Davis <nitzmahone@users.noreply.github.com>
Co-authored-by: Sandra McCann <samccann@redhat.com>
2020-01-22 15:08:38 -05:00
Alicia Cozine
0b503f6057
Docs: User Guide overhaul, part 3 ( #66371 )
2020-01-21 16:57:55 -05:00
Walter Sosa
875ac4b7a5
Fix a tiny typo ( #66589 )
...
Fixes a very small typo: as --> a in playbook_debuggers.rst
2020-01-18 10:35:31 +05:30
hiyokotaisa
3bcb664497
Fixes #65590 add pywinrm version explanation ( #65591 )
...
* add pywinrm version explanation
* Update windows_winrm.rst
Changed pywinrm explanation to note style
* Add period
Co-authored-by: Jordan Borean <jborean93@gmail.com>
2020-01-16 08:22:38 +10:00
Jordan Borean
6f04f87a13
Deprecate Windows 2008, and 2008 R2 ( #66257 )
...
* Deprecate Windows 2008, and 2008 R2
* Remove shippable nodes
* Update windows_faq.rst
Be less specific about 2008/R2 timeframes
* Update setup.ps1
tweak warning text
Co-authored-by: Matt Davis <nitzmahone@users.noreply.github.com>
2020-01-14 11:22:39 +10:00
林博仁(Buo-ren Lin)
011e0176c2
Clarify the advantage include* statement brought regarding looping ( #66022 )
...
Signed-off-by: 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>
2020-01-11 11:09:51 -05: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
Wojciech Sciesinski
aacc2d1a18
Update indentation used in the code examples, unify empty lines ( #65874 )
2019-12-16 11:26:25 -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
Wojciech Sciesinski
95aef88a45
Update indentation used in the code examples, unify empty lines ( #65346 )
2019-12-10 10:55:51 -05: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
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
Kenyon Ralph
a797802d27
playbooks_filters_ipaddr.rst: fix syntax, indentation ( #65208 )
2019-11-25 15:00:15 -05:00
Sam Doran
0471ed3731
Add docs clarifying behavior of retry files ( #65153 )
2019-11-25 14:26:46 -05:00
gaoruifeng
f9f7a0c60e
fix syntax issue ( #65166 )
...
- can disabled
+ can be disabled
2019-11-25 15:01:10 +00:00
Alicia Cozine
b0c8e7926f
link from quickstart page to Network Getting Started ( #65150 )
2019-11-21 11:42:57 -05:00
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.
2019-11-19 12:30:56 -06:00
Sandra McCann
a01376a493
update configuring ansible-galaxy client ( #64796 )
...
* update configuring ansible-galaxy client, deduplicate, clarify tokens, AH procedures, etc.
2019-11-15 09:49:51 -06:00
Robert de Bock
f17a55a181
Add advice how to prevent jinja2 warning ( #60594 )
...
* Add advice how to prevent jinja2 warning
##### SUMMARY
This addition helps users to demonstrate how to prevent `[WARNING]: when statements should not include jinja2 templating delimiters`.
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
* Update playbooks_tests.rst
* Update playbooks_tests.rst
Refer to the advised FAQ about when to use `{{ }}`.
2019-11-14 14:36:05 +00:00
Vincent Bernat
bf19060683
ipaddr: add an option to return peer of a point-to-point link ( #59144 )
...
* ipaddr: add an option to return peer of a point-to-point link
Signed-off-by: Vincent Bernat <vincent@bernat.ch>
* ipaddr: extend "peer" to also work with /30
2019-11-13 13:47:05 -05:00
James Cassell
a7f90df0e9
Document match/search tests ( #64775 )
...
* clarify `search` vs `match` tests
* string test docs: fix rst formatting
2019-11-13 11:14:10 -06:00
Sorin Sbarnea
7ea1db89d3
Documents storage of task files ( #62345 )
2019-11-08 16:23:33 -05:00
Jordan Borean
901eaf2ecc
Add warning about winrm on MacoS ( #64472 )
2019-11-08 16:12:26 -05:00
Jordan Borean
74b0760cb4
Add note about kerberos dependency versions ( #64478 )
2019-11-08 16:11:18 -05:00
Bibas
f21f3219b2
[Fix] Typo in playbooks_environment.rst ( #64496 )
...
Change from `varaible` to `variable`
2019-11-06 17:31:16 +05:30
Caleb Collins-Parks
f178c49c02
Add warning about skipped vars ( #63599 )
2019-11-05 16:25:15 -05:00
Hiroki Kobayashi
e7cd5af1a6
Update intro_inventory.rst ( #64345 )
...
##### SUMMARY
A minor typo in `user_guide/intro_inventory.rst` is fixed.
Changed from "know" to "known"
2019-11-05 12:42:28 +05:30
Mark Chappell
9b0d487ce1
Add module_defaults group for ovirt ( #64377 )
...
* Add module_defaults group for ovirt
* Update docs to list ovirt module_defaults group
2019-11-05 12:30:41 +05:30
Kenyon Ralph
53f07bc283
intro_patterns.rst: fix typo ( #64422 )
...
Changed "your" to "you" in intro_patterns.rst
2019-11-05 11:56:41 +05:30
Christian Adams
b1f02be9eb
clarify vault warning and fix typo ( #64419 )
2019-11-04 17:47:03 -06:00
Pierre Prinetti
2444fae208
Add a named parameter to the filter to_uuid ( #64057 )
...
Let the caller choose a namespace for `to_uuid` and document the
behaviour of both the default case, and the new explicit case.
This PR does not change the existing behaviour of the `to_uuid` UUIDv5
filter.
2019-11-01 13:11:34 -04:00
Brian Coca
885ee62b53
clarified some points on environment keyword usage ( #64065 )
2019-10-29 13:17:41 -04:00
Marek Czernek
18f4f0549f
Correct a typo ( #64020 )
2019-10-28 15:01:10 -05:00
AndrewCi
c562e17659
Fixed example error in windows_winrm user guide ( #63922 )
...
##### SUMMARY
The example code to configure TLS 1.2 Support using Ansible had an indention error. The register variable 'enable_tls12' was not indented. This caused the subsequent task to fail since the variable was not registered.
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
2019-10-24 14:31:47 -05:00
Pouyan Azari
cfe2beae46
added a link to install instruction of OpenSSH ( #63548 )
2019-10-21 17:02:19 -04:00
Pouyan Azari
f638f29e44
Replaced old DSC links that given 404 ( #63556 )
...
Replace DSC links that returned "not found" with updated, working links.
2019-10-16 12:52:30 -05:00
Sandra McCann
ae265bc546
Move galaxy appendix info to a new Galaxy section ( #63356 )
...
* start galaxy docs restructure
* shared snippets in txt files
* moved all content to galaxy section
2019-10-11 13:19:44 -05:00
Felix Fontein
aa04e61c89
docker_* modules: add docker module defaults group ( #63164 )
...
* Add docker module defaults group.
* Add footnote about docker_stack not being included (instead of remarks column)
2019-10-09 14:12:02 -05:00
Michael C
19587b35da
docs: add Centos and Ubuntu to examples for playbook conditionals ( #63085 )
...
* docs: add Centos and Ubuntu to examples for playbook conditionals
Co-Authored-By: Sandra McCann <samccann@redhat.com>
2019-10-09 14:05:21 -05:00
Alicia Cozine
941a9b68fc
Docs: User guide overhaul, part 1 ( #63056 )
2019-10-08 13:46:38 -04:00