saidmu
52fe9aaf04
Update intro_inventory.rst
...
<!--- I think a colon is missing-->
+label: docsite_pr
2018-07-10 12:08:21 -04:00
Sam Doran
7b0dea45e9
Update JSON Query filter examples ( #42432 )
...
* Update JSON Query filter examples
Correct syntax on one example
Add more examples of escaping
Change example to show joining list to string
2018-07-09 15:09:52 -04:00
Eugene Korekin
07adeff665
Fix typo ( #42433 )
...
+label: docsite_pr
2018-07-07 15:04:05 -04:00
Alexandre Vicenzi
df2e0c7c00
Fix broken links. ( #42323 )
2018-07-04 18:54:49 -07:00
Alexandre Vicenzi
1dafd92c8e
Fix Ansible Galaxy documentation link. ( #42316 )
...
More info: https://github.com/ansible/galaxy/issues/830
2018-07-04 09:52:47 -07:00
Matt Martz
aea396f04b
Add items2dict filter that is the reverse of dict2items ( #42071 )
...
* Add items2dict filter that is the reverse of dict2items
* Address feedback about type checking, and add docs for zip/zip_longest
2018-06-29 10:47:07 -05:00
Matt Martz
11ce954226
Fix docs for all test. Fixes #41956 ( #41965 )
2018-06-26 14:53:58 -05:00
Troy Murray
15ce7c5bab
change OS X to macOS ( #41294 )
...
* change OS X to macOS
<!--- Your description here -->
+label: docsite_pr
* Update all Mac OS X references to be macOS
* Drop extra Mac
2018-06-26 14:09:23 -04:00
Jordan Borean
2af36412f9
runas + async - get working on older hosts ( #41772 )
...
* runas + async - get working on older hosts
* fixed up sanity issues
* Moved first task to end of test for CI race issues
* Minor change to async test to be more stable, change to runas become to not touch the disk
* moved async test back to normal spot
2018-06-26 14:40:49 +10:00
Jordan Borean
0b2ec9b11c
windows dsc docs: fix missing colon in example ( #41886 )
2018-06-25 11:38:08 +10:00
Olivier Bourdon
06b73ff8f1
Add random_mac string filter ( #39775 )
...
Add new filter to generate random MAC addresses from
string prefix. See docs/docsite/rst/user_guide/playbooks_filters.rst
for more detailed infos.
2018-06-21 15:56:54 -05:00
zharalim
d52ea9518d
Update playbooks_filters.rst ( #41628 )
...
Add an example on how to use regexp_replace to modify list items.
+label: docsite_pr
Fix typo
2018-06-18 10:20:23 -04:00
Jeff Geerling
a4f49ed648
Fix typos in blocks documentation examples. ( #41508 )
2018-06-14 16:14:11 +10:00
Matt Martz
dd8d74c351
Add docs for debugger for keyword dumper ( #41421 )
2018-06-11 16:18:01 -05:00
Sam Doran
30da71d880
Update docs on import/include tasks ( #33032 )
2018-06-11 13:01:53 -04:00
MironVeryanskiy
f785bf3a9c
Fix docs typo modules_intro.rst ( #40835 )
...
Fixed typo in modules_intro.rst.
+label: docsite_pr
2018-06-07 15:17:20 -05:00
Till Maas
8be3924d4e
Add Fedora as possible ansible_distribution value ( #41177 )
...
"ansible_distribution" can also be Fedora
+label: docsite_pr
2018-06-06 11:15:00 +02:00
Jacob Floyd
4fa2fb9c89
Docs fix: ansible_group_priority defaults to 1
...
The docs committed in #28777 were inconsistent.
This clarifies that the default `ansible_group_priority` is `1`.[1][2]
[1] https://github.com/ansible/ansible/blob/153c9bd/lib/ansible/inventory/group.py#L40
[2] https://github.com/ansible/ansible/blob/153c9bd/lib/ansible/cli/inventory.py#L236
2018-06-05 20:31:10 -04:00
Matt Martz
1cec3c8daf
Add docs detailing how to convert many with_X style loops to use loop and filters ( #40964 )
...
* Add docs detailing how to convert many with_X style loops to use loop and filters. Fixes #40727
* Switch lookup used in query vs lookup comparison, to not recommend use of nested lookup
* Improve docs based on feedback
2018-06-01 10:37:21 -04:00
Antoine Pietri
313a46744d
Add a 'machinectl shell' become_method ( #39826 )
...
* Add a 'machinectl shell' become_method
* docs: add explanations for the machinectl become_method
* docs: machinectl become_method: specify this part is specific to Linux+systemd setups
2018-05-25 10:52:53 -05:00
Harri Hämäläinen
8dcb6c288c
Document capability of giving regex search flags ( #39893 )
2018-05-25 04:16:08 -04:00
Andrew Gaffney
24e55615a0
Docs for module_defaults feature ( #39932 )
2018-05-25 04:15:44 -04:00
Greg DeKoenigsberg
e5ccdaec88
Better Galaxy description for role reuse ( #40557 )
...
* Better Galaxy description for role reuse
* update per gundalow review
2018-05-24 22:47:03 -05:00
Martin Kimmerle
294c3a0a7c
[docs][minor] Variables user guide: fix grammar ( #39427 )
2018-05-24 23:38:22 -04:00
Adam Miller
21feca6683
Docs - add shared snippet note about password prompts for ssh keys ( #40633 )
...
* Docs - add shared snippet note about password prompts for ssh keys
Signed-off-by: Adam Miller <admiller@redhat.com>
* add note to ssh connection plugin, fix markup, fix typo
Signed-off-by: Adam Miller <admiller@redhat.com>
2018-05-23 18:01:55 -04:00
flowerysong
e2c1589201
Add cidr_merge filter ( #36081 )
2018-05-23 14:35:23 -05:00
Matt Martz
a5f05c6fc2
[WIP] Start of subelements filter ( #39829 )
...
* Start of subelements filter
* Add docs for subelements filter
2018-05-23 11:54:13 -04:00
Nathaniel Case
e9d7fa0418
HTTP(S) API connection plugin ( #39224 )
...
* HTTPAPI connection
* Punt run_commands to cliconf or httpapi
* Fake enable_mode on eapi
* Pull changes to nxos
* Move load_config to edit_config for future-preparedness
* Don't fail on lldp disabled
* Re-enable check_rc on nxos' run_commands
* Reorganize nxos httpapi plugin for compatibility
* draft docs for connection: httpapi
* restores docs for connection:local for eapi
* Add _remote_is_local to httpapi
2018-05-17 18:47:15 -04:00
Sam Doran
59e541e31a
Change behavior to behaviour in docs and tests ( #39392 )
...
* Change behavior to behaviour
- use existing fact to get hash setting rather than shell task
- fix code highlighting syntax in playbooks_variables.rst
* Re-wrote intro section; this entire topic needs a clean-up/rewrite.
2018-05-17 14:07:12 -04:00
Alexandre Chaussier
e493891d08
Fix flatten filter documentation
2018-05-17 10:42:41 -04:00
Ken Celenza
ad1a7d90ff
Update structure to include file extensions ( #36967 )
...
* Update structure to include file extensions
It is not clear to novice users that the host/group_vars files should be yaml files. This highlights that IMHO a bit more clearer.
* pluralize
2018-05-16 12:19:21 -04:00
Alicia Cozine
64f87867dd
documents usage of enable mode on NXOS ( #39859 )
2018-05-15 20:04:24 +01:00
Jordan Borean
e0813d7d47
become win: better error messages and docs update ( #39936 )
...
* become win: better error messages and docs update
* Fix syntax error and added changelog fragment
2018-05-15 09:33:36 +10:00
Jon Dufresne
1d640182c6
Update all pypi.python.org URLs to pypi.org ( #38988 )
...
For details on the new PyPI, see the blog post:
https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
2018-05-14 17:41:47 -05:00
Steve McLellan
5fd9954ccc
Remove duplicate include in user_guide
...
Looks like two commits merged close to each other and an '-include'
got left along with its replacement '-include_tasks'
2018-05-10 16:42:35 -04:00
Ewoud Kohl van Wijngaarden
e4efc191c5
Fix code snippet in playbook filters doc ( #39798 )
2018-05-10 12:05:24 +10:00
Cameron
854be6ef16
docs: fix 'ipmi' typo ( #39823 )
2018-05-08 09:15:56 +02:00
Elias
7f5820274f
Update call method for parse_cli_textfsm ( #38437 )
...
+label: docsite_pr
2018-05-07 09:43:45 -05:00
Jordan Borean
fc210a4584
base64 filter: Added ability to specify encoding ( #39714 )
...
* base64 filter: Added ability to specify encoding
* Added unicode chars for further testing
* Removed errors to keep previous behaviour in place
* Removed surrogate pairs due to issues loading YAML in CI
2018-05-05 09:16:58 +10:00
Julien Palard
ab4cbfd5d3
FIX: Removing superfluous bloc wrongly introduced in 2b7799f817
. ( #39723 )
2018-05-04 10:45:33 +02:00
Anna Liao
c812396793
Update playbooks_variables.rst ( #39570 )
...
<!--- Your description here -->
+label: docsite_pr
2018-05-01 23:02:32 -07:00
Matt Clay
32d786af65
Convert more http links to https.
2018-04-25 23:12:46 -07:00
Alicia Cozine
4b52a54e18
Reduce warnings ( #39254 )
...
* removes FAQ links; no entries exist for linked config settings
* fixes various anchors and links
* addresses abadger comments, thanks
* marks orphan pages, avoids TOC errors
* adds links for remote_tmp setting to FAQ
2018-04-25 11:18:52 -07:00
Matt Martz
476d1f818e
Documentation for query/q. Fixes #38275 ( #38558 )
2018-04-25 12:55:34 -05:00
Brian Coca
b533ebe20d
remove slice docs ( #37946 )
2018-04-24 11:11:46 -04:00
Alicia Cozine
8f83061e70
corrects links to 'list_of' pages ( #39161 )
2018-04-24 15:51:12 +01:00
Josh
aa9d7cb1f3
Update playbooks_debugger.rst ( #39117 )
...
Minor typo correction
+label: docsite_pr
2018-04-23 10:37:40 +02:00
Benn Roth
56967497d5
minor accuracy fix
...
Don't round the parameter 12.04 in the explanatory paragraph unless `version()` rounds the parameter
(cherry picked from commit 5cf544e03e5f833e1614fa940849976550d55448)
2018-04-20 19:14:39 -04:00
Alicia Cozine
bbfd6c6ab1
Internal refs ( #39094 )
...
* fixes community refs
* fixes appendix refs
* fixes scenario refs, keeps ACI guide link to devel
* fixes windows refs
* fixes user guide refs
* fixes dev guide refs
2018-04-20 12:17:02 -07:00
Matt Clay
9e8889bb70
Fix more docs errors. ( #39051 )
...
* Fix remaining unknown-document docs errors.
* Fix last toc-tree-missing-document docs error.
2018-04-20 00:24:47 -07:00