Brian Coca
5ad13d66aa
documented actual precedence ( #38009 )
...
fixes #22025
7 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
7 years ago
Pilou
2a604f6fe6
doc: index_var: fix version added ( #37982 )
...
e9b0a4ccb4
is present since v2.5.0b1
7 years ago
Jonas Meurer
55fd3d62fb
Update porting_guide_2.5.rst ( #37927 )
...
The example regarding `include_*` is a bit unclear. First it seems like the v2.4 and v2.5 examples are the same. So I attempted to make the relevant change in the examples more obvious.
label: docsite_pr
7 years ago
Sam Doran
34dca85417
Update installation docs for RHEL based distributions. ( #38056 )
...
Upstream rpms are no longer in Extras but EPEL as well as releases.ansible.com.
Add instructions for adding Ansible Engine repo to RHEL.
7 years ago
ewubnhn
ea9ece8e72
Update spelling_word_choice.rst ( #38113 )
...
Added missing format string on "Installer"
label: docsite_pr
7 years ago
Alicia Cozine
24fe8674a6
DOCS: Network Best Practices fixes ( #38293 )
...
* fixes typo per #38217 , corrects link anchor
* adds ssh-agent info per #35649
7 years ago
Scott Butler
62c2b9a544
Removes modules from TOC, speeding up build time and reducing doc disk space requirements.
7 years ago
Toshio Kuratomi
4165bb308b
Fix 2.5 changelog link
7 years ago
Toshio Kuratomi
73c80862c8
Update docs and version definitions for the 2.4.4 and 2.5.0 releases
7 years ago
Dylan Silva
45b5a486c6
2.6 roadmap doc ( #37926 )
...
* 2..6 roadmap doc
* Formatting & network items
* typo
7 years ago
Alicia Cozine
380c074808
demonstrates best practices for group vars ( #37930 )
...
* demonstrates best practices for group vars
* removes vm-specific var from example
* adds brackets to all [group:vars] refs
7 years ago
Dag Wieers
70d49f7616
Fix indentation issue
...
<!--- Your description here -->
+label: docsite_pr
7 years ago
Sam Doran
b5b3beff83
Correct syntax highlighting in plugin dev docs ( #38184 )
...
Use rst em dash
7 years ago
Daniel
45e4dfda3d
doc: fix grammar ( #38145 )
7 years ago
Alicia Cozine
b72960fdd4
revises network portion of 2.5 porting guide ( #37938 )
...
* revises network portion of 2.5 porting guide
7 years ago
Matt Martz
ffbbb5a25b
Use arg_spec type for comparisons on default and choices ( #37741 )
...
* Use arg_spec type for comparisons on default and choices
* Further improve type casting
* Make sure to capture output in more places
* Individually report invalid choices
* Update ignore.txt after resolving merge conflicts
7 years ago
Pilou
56d0721bd9
doc: modules involving file transfert bypass pipelining ( #37250 )
...
* doc: modules involving file transfert bypass pipelining
* Fixed typo
7 years ago
Martin Krizek
bcfff1c818
docs: needs_rebase is still used ( #37774 )
7 years ago
Brian Coca
8b45cab3c1
document our deprecation ( #37788 )
...
* document our deprecation
fixes #37779
* Copy edit.
7 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
7 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
7 years ago
Ryan Pineo
fe87869cec
Fix casing on CallbackBase in 2.4 porting guide ( #37616 )
7 years ago
scottb
57da6319e1
Adds VMWare to TOC; sort scenario guides alphabetically ( #37661 )
7 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
7 years ago
Brian Coca
64dfaf9cda
removed deffered items ( #37541 )
7 years ago
Michael
7fd74c2089
Fix typo in inventory docs ( #37577 )
7 years ago
Arbab Nazar
775e8ed806
fix the typo
...
<!--- Your description here -->
label: docsite_pr
7 years ago
Dag Wieers
3cc362d958
Add missing YAML escape characters
...
These were missing after review PR #37486
label: docsite_pr
7 years ago
Abhijeet Kasurde
71e85a45c1
Add missing single quote in inventory_plugin doc ( #37403 )
...
Added missing single quote in inventory_plugin doc.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
7 years ago
Robert de Bock
0cf2ecbc62
Update porting_guide_2.5.rst
...
A fix to a minor typo. ("Previouslu" -> "Previously")
label: docsite_pr
7 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
7 years ago
Toshio Kuratomi
fafcb3452f
Porting guide ( #37226 )
...
* Add the lookup plugin strictness to the porting guide
* Edited for clarity.
* Wordsmithing.
7 years ago
Alexander Lex
19f92005b9
Update developing_api.rst ( #37108 )
...
Fix for #17716 and #36110
7 years ago
Pierre-Louis Bonicoli
5d410c2c69
doc: 2.3.3 has been released
...
Sources:
https://github.com/ansible/ansible/releases/tag/v2.3.3.0-1
https://pypi.python.org/pypi/ansible/2.3.3.0
7 years ago
John R Barker
ff28429e2a
Network doc items that are done
7 years ago
Adam Miller
3fd5b0740e
allow ANSIBLE_KEEP_REMOTE_FILES for local test runner ( #33357 )
...
* allow ANSIBLE_KEEP_REMOTE_FILES for local test runner
* add ANSIBLE_KEEP_REMOTE_FILES to tox.ini, update docs
* Clarify handling of environment variables.
7 years ago
John R Barker
7a4e270ae0
Link to new network platform pages ( #37057 )
...
Also fix a few broken links
7 years ago
Dag Wieers
cb79957b5f
Make use of named links in documentation notes ( #37027 )
...
* Make use of named links in documentation notes
Now that it is possible to name external links, we are making use of
this to make the documentation better.
* Add improvements to ACI documentation
* Disable QA for long line
* Add :menuselection: and :guilabel:
* Improve links on some modules
7 years ago
John R Barker
985f09270d
Ability to link to other pages from plugin docs ( #37009 )
...
Support relative links
7 years ago
scottb
e7f9c5cc60
Copy edits and tweaks
7 years ago
Brian Coca
cf43e0d605
updated api example
...
- added many more comments
- removed very obsolete 1.x refs
7 years ago
Russ Starr
4a6758b74f
Update playbooks_filters_ipaddr.rst ( #36883 )
...
Fixed a typo since the example should be referencing the newly defined list.
7 years ago
Alicia Cozine
4f63123320
Network Platform docs ( #36814 )
...
* introduces platform docs
7 years ago
John R Barker
41c066eff9
Fix broken links ( #36864 )
7 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>
7 years ago
John R Barker
3911b9c53a
typo
7 years ago
John R Barker
b3c64ecd09
khjh
...
j
7 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
7 years ago
Brian Coca
7a81d5f11e
removed now irrelevant section
...
fixes #35760
7 years ago