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
Abhijeet Kasurde
deda9d4cc5
VMware: Add module defaults for VMware modules ( #63197 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-10-07 14:24:58 -04:00
Adrian Likins
239d639fee
Add support for automation-hub authentication to ansible-galaxy ( #63031 )
...
Adds support for token authentication in Automation Hub. Fixes : ansible/galaxy-dev#96
2019-10-04 17:57:37 -04:00
Sam Doran
0311897722
Add docs on hiding sensitive data in loops ( #63096 )
2019-10-03 10:15:00 -05:00
Matt Martz
594a0fa9ae
Add new truthy and falsy jinja2 tests ( #62602 )
2019-10-02 13:58:28 -04:00
Chris Houseknecht
911aa6aab9
Default collection install path to first path in COLLECTIONS_PATHS ( #62870 )
2019-10-02 10:22:00 -04:00
Felix Fontein
8bfc39e231
ACME module defaults ( #62719 )
...
* Add module defaults group 'acme'.
* Start YAML document.
2019-10-01 17:14:22 -04:00
Andreas Olsson
c8315bfd60
Prefer https:// links in the docs site ( #62939 )
...
This is a follow-up of last year's 1a11cec
. It deals with links which
at that point either were not present or did not support https://.
2019-09-30 15:11:19 -04:00
Jeff Pettorino
cea8a222a3
Update playbooks_environment.rst ( #62800 )
2019-09-26 10:42:23 -04:00
Michael Prokop
b33ae14949
doc: fix typos ( #62852 )
2019-09-26 10:18:29 -04:00
Sandra McCann
7e01de96d7
add more anchors to collections docs ( #62827 )
2019-09-25 08:32:44 -04:00
Sandra McCann
7badeb6df0
[docs] split collections into user and dev guide sections ( #62363 )
...
* split collections into user and dev guide sections
* sentence case
2019-09-19 15:09:19 -05:00
Horst Gutmann
7047b66d34
Add examples for various inventory setups to the documentation ( #62323 )
...
* Add examples for various inventory setups to the documentation. This closes #12480 .
* Update docs/docsite/rst/user_guide/intro_inventory.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update docs/docsite/rst/user_guide/intro_inventory.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update wording in inventory examples
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update wording in inventory examples
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Use code-block and rename groups in inventory setup examples
* Fix group name in inventory setup example
Co-Authored-By: Sandra McCann <samccann@redhat.com>
2019-09-19 09:32:04 -04:00