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
8 years ago
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
8 years ago
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'
8 years ago
Ewoud Kohl van Wijngaarden
e4efc191c5
Fix code snippet in playbook filters doc ( #39798 )
8 years ago
Cameron
854be6ef16
docs: fix 'ipmi' typo ( #39823 )
8 years ago
Elias
7f5820274f
Update call method for parse_cli_textfsm ( #38437 )
...
+label: docsite_pr
8 years ago
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
8 years ago
Julien Palard
ab4cbfd5d3
FIX: Removing superfluous bloc wrongly introduced in 2b7799f817. ( #39723 )
8 years ago
Anna Liao
c812396793
Update playbooks_variables.rst ( #39570 )
...
<!--- Your description here -->
+label: docsite_pr
8 years ago
Matt Clay
32d786af65
Convert more http links to https.
8 years ago
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
8 years ago
Matt Martz
476d1f818e
Documentation for query/q. Fixes #38275 ( #38558 )
8 years ago
Brian Coca
b533ebe20d
remove slice docs ( #37946 )
8 years ago
Alicia Cozine
8f83061e70
corrects links to 'list_of' pages ( #39161 )
8 years ago
Josh
aa9d7cb1f3
Update playbooks_debugger.rst ( #39117 )
...
Minor typo correction
+label: docsite_pr
8 years ago
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 5cf544e03e )
8 years ago
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
8 years ago
Matt Clay
9e8889bb70
Fix more docs errors. ( #39051 )
...
* Fix remaining unknown-document docs errors.
* Fix last toc-tree-missing-document docs error.
8 years ago
Alicia Cozine
64dcc7def0
Fixes more rST errors ( #39042 )
...
* removes include, avoids duplicate label rST warnings
* reduces literal_block errors on playbooks_filters
* addresses TOC errors
* ref error on modules page
* trying ref for list_of_database_modules
8 years ago
Alicia Cozine
408e29cbd2
Link fixes ( #39038 )
...
* fixes links on plugins pages
* fixes links in community pages
* fixes links in user guide
* adds anchors on playbooks pages
8 years ago
Toshio Kuratomi
a08459a814
Update info on python support ( #38855 )
...
* Update the documentation to list Python 3 as official
* Add some reference targets for inventory variables so we can link to docs
* Add a platform FAQ section
Populate it with
* virtualenv info (previously on the python3 support page)
* BSD (Link to the working with BSD page)
* Solaris (Document how to work around the non-POSIX shell on some
Solaris hosts)
Fixes #21594
* Fix some refs in the release_and_maintenance document
* Fix unindent error in module template
Fix for the module/plugin template unintentionally unindented inside of
a raw block, leading to errors like:
ERROR: docs/docsite/rst/modules/redshift_facts_module.rst:289:0: Explicit markup ends without a blank line; unexpected unindent.
* Make wording for Solaris troubleshooting better.
8 years ago
Toshio Kuratomi
8cdd75a09f
Some more fixes for the docs :ref: disambiguation
...
The big one is that we needed to set plugin_type when we processed the by_support template.
Also added to list_of_CATEGORY_plugins page (which might not be used)
and corrected a place where I did module_name instead of name_module
8 years ago
Toshio Kuratomi
9faf7b949e
Fix places in docs that refer to modules without namespace
...
We've namespaced all plugin docs. Change the docs to reflect that
8 years ago
Martin Krizek
8173602a34
Add expandvars jinja2 filter ( #38805 )
...
* Add expandvars jinja2 filter
* Add docs
* Minor edit
8 years ago
scottb
c97e508806
[WIP] disambiguating autogenerated module docs attempted fix of #38439 . ( #38890 )
...
Disambiguates autogenerated module docs - fixes #38439 .
8 years ago
Evgeniy Komissarov
92f4065157
Fix typo in windows_faq.rst ( #38864 )
...
Fix typo in `python-pip` packet name.
+label: docsite_pr
8 years ago
Kenyon Ralph
3c6a362921
playbooks_async.rst: correct typo
8 years ago
Will Thames
4ba29c8bf1
Use a temp directory that is more likely to exist ( #38645 )
...
`env:SystemDrive\temp` does not necessarily exist
`env:temp` is much more likely to exist. Use that
8 years ago
Evgeni Golov
7376a9b946
fix with_<lookup> spelling ( #38584 )
...
trivial change ;)
+label: docsite_pr
8 years ago
Martin Krizek
5297eac46d
playbooks_variables.rst: fix facts code-block ( #38520 )
8 years ago
Martin Krizek
f1e41cbb36
playbooks_intro.rst: remove duplicite playbook ( #38521 )
8 years ago
alekseyp
061ecac3b5
Update playbooks_loops.rst ( #38440 )
...
Missing parentheses
+label: docsite_pr
8 years ago
Will Thames
a8953fcac4
Add documentation on dict2items ( #38375 )
...
dict2items is worth mentioning in the filters and loops pages
(the latter as it's useful to replace `with_dict`)
Update some nearby broken links
8 years ago
Brian Coca
c62551c1b0
Update role doc examples ( #37844 )
...
* fix role examples
- also fixed issue with overload of 'name', fixes #37836
- attempted to clarify tag inheritance/application
* Typo fix
8 years ago
Brian Coca
5ad13d66aa
documented actual precedence ( #38009 )
...
fixes #22025
8 years ago
Christian Fetzer
9cca9a9c10
docs: Document disabling diff on task level ( #37998 )
...
* docs: Document disabling diff on task level
Tasks that deal with secrets may leak sensitive information when
running in Check Mode. This change updates the documentation explaining
that the diff can be deactivated on task level.
The feature was requested in #14860 and got introduced in Ansible 2.4
with #28581 .
* Updated for clarity
8 years ago
Pilou
2a604f6fe6
doc: index_var: fix version added ( #37982 )
...
e9b0a4ccb4 is present since v2.5.0b1
8 years ago
Scott Butler
62c2b9a544
Removes modules from TOC, speeding up build time and reducing doc disk space requirements.
8 years ago
Daniel
45e4dfda3d
doc: fix grammar ( #38145 )
8 years ago
Pilou
56d0721bd9
doc: modules involving file transfert bypass pipelining ( #37250 )
...
* doc: modules involving file transfert bypass pipelining
* Fixed typo
8 years ago
Brian Coca
68e7045a38
try to clarify run_once and forall! ( #37754 )
...
* try to clarify run_once and forall!
* fixed hidden tls middle man
* make when note
* Minor edit
* Typo fix
8 years ago
Brian Coca
40a55e9f55
update vars info ( #37729 )
...
- remove 1.x references
- update directives to keywords as this is the accepted naming for them
8 years ago
Owen Kuemerle
ba4f26313b
Correct method to get timedelta seconds value ( #37485 )
...
* Correct method to get timedelta seconds value
This also adds additional clarification for extracting different time/date values for time deltas
* Small edit
8 years ago
Michael
7fd74c2089
Fix typo in inventory docs ( #37577 )
8 years ago
Dag Wieers
3cc362d958
Add missing YAML escape characters
...
These were missing after review PR #37486
label: docsite_pr
8 years ago
scottb
381359a8f8
Doc build warning/broken link clean-a-palooza ( #37382 )
...
* Doc build warning/broken link clean-a-palooza, WIP commit 1.
* Fixed broken anchor
* Fixing additional broken links; converting from doc to ref.
* Fix anchor
8 years ago
Russ Starr
4a6758b74f
Update playbooks_filters_ipaddr.rst ( #36883 )
...
Fixed a typo since the example should be referencing the newly defined list.
8 years ago
Daniel Andrei Mincă
8362ddd107
clarify the slicing example ( #36842 )
...
As stated by fellow contributors, update the slicing example
Resolves:
Related: #36625
Signed-off-by: Daniel Andrei Minca <mandrei17@gmail.com>
8 years ago
Antonio Quinonez
de7692b1c9
Explain what the Ansible Quickstart video does ( #36453 )
...
* Explain what the Ansible Quickstart video does
Rewrote what video does. The video is really not teaching you how to do the work. It explains why you'd want to use Ansible and shows you what it takes (some sample code) . Video also introduces you to other products in the Ansible ecosystem.
* Edit
8 years ago
Brian Coca
7a81d5f11e
removed now irrelevant section
...
fixes #35760
8 years ago