Alicia Cozine
0b503f6057
Docs: User Guide overhaul, part 3 ( #66371 )
5 years ago
Walter Sosa
875ac4b7a5
Fix a tiny typo ( #66589 )
...
Fixes a very small typo: as --> a in playbook_debuggers.rst
5 years ago
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>
5 years ago
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>
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
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
Wojciech Sciesinski
aacc2d1a18
Update indentation used in the code examples, unify empty lines ( #65874 )
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
Wojciech Sciesinski
95aef88a45
Update indentation used in the code examples, unify empty lines ( #65346 )
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
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
Kenyon Ralph
a797802d27
playbooks_filters_ipaddr.rst: fix syntax, indentation ( #65208 )
5 years ago
Sam Doran
0471ed3731
Add docs clarifying behavior of retry files ( #65153 )
5 years ago
gaoruifeng
f9f7a0c60e
fix syntax issue ( #65166 )
...
- can disabled
+ can be disabled
5 years ago
Alicia Cozine
b0c8e7926f
link from quickstart page to Network Getting Started ( #65150 )
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
Sandra McCann
a01376a493
update configuring ansible-galaxy client ( #64796 )
...
* update configuring ansible-galaxy client, deduplicate, clarify tokens, AH procedures, etc.
5 years ago
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 `{{ }}`.
5 years ago
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
5 years ago
James Cassell
a7f90df0e9
Document match/search tests ( #64775 )
...
* clarify `search` vs `match` tests
* string test docs: fix rst formatting
5 years ago
Sorin Sbarnea
7ea1db89d3
Documents storage of task files ( #62345 )
5 years ago
Jordan Borean
901eaf2ecc
Add warning about winrm on MacoS ( #64472 )
5 years ago
Jordan Borean
74b0760cb4
Add note about kerberos dependency versions ( #64478 )
5 years ago
Bibas
f21f3219b2
[Fix] Typo in playbooks_environment.rst ( #64496 )
...
Change from `varaible` to `variable`
5 years ago
Caleb Collins-Parks
f178c49c02
Add warning about skipped vars ( #63599 )
5 years ago
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"
5 years ago
Mark Chappell
9b0d487ce1
Add module_defaults group for ovirt ( #64377 )
...
* Add module_defaults group for ovirt
* Update docs to list ovirt module_defaults group
5 years ago
Kenyon Ralph
53f07bc283
intro_patterns.rst: fix typo ( #64422 )
...
Changed "your" to "you" in intro_patterns.rst
5 years ago
Christian Adams
b1f02be9eb
clarify vault warning and fix typo ( #64419 )
5 years ago
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.
5 years ago
Brian Coca
885ee62b53
clarified some points on environment keyword usage ( #64065 )
5 years ago
Marek Czernek
18f4f0549f
Correct a typo ( #64020 )
5 years ago
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
5 years ago
Pouyan Azari
cfe2beae46
added a link to install instruction of OpenSSH ( #63548 )
5 years ago
Pouyan Azari
f638f29e44
Replaced old DSC links that given 404 ( #63556 )
...
Replace DSC links that returned "not found" with updated, working links.
5 years ago
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
5 years ago
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)
5 years ago
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>
5 years ago
Alicia Cozine
941a9b68fc
Docs: User guide overhaul, part 1 ( #63056 )
5 years ago
Abhijeet Kasurde
deda9d4cc5
VMware: Add module defaults for VMware modules ( #63197 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 years ago