Evgeni Golov
7376a9b946
fix with_<lookup> spelling ( #38584 )
...
trivial change ;)
+label: docsite_pr
7 years ago
Alicia Cozine
da6d2b5f43
corrects Junos network_cli example & variables ( #38601 )
...
* corrects Junos network_cli example & variables
* vdacosta feedback, thanks
7 years ago
Alicia Cozine
ea99cf3231
inaugural Network FAQ ( #38359 )
7 years ago
Martin Krizek
5297eac46d
playbooks_variables.rst: fix facts code-block ( #38520 )
7 years ago
Martin Krizek
f1e41cbb36
playbooks_intro.rst: remove duplicite playbook ( #38521 )
7 years ago
scottb
6454aedb44
Reinstate code of conduct to the community TOC; add links to code of conduct to a few conspicuous spots in the community guide. ( #38501 )
7 years ago
alekseyp
061ecac3b5
Update playbooks_loops.rst ( #38440 )
...
Missing parentheses
+label: docsite_pr
7 years ago
Pierre Templier
1e0df01980
Small typos in docs ( #38371 )
...
* Small typos in docs
* Use same wording as in porting_guide_2.5.rst
7 years ago
Abhijeet Kasurde
8bc7af2e34
Minor typo in installation guide ( #38452 )
...
Change subsription-manger to subscription-manager
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
7 years ago
scottb
d1d15dd025
Mobile CSS update - adds scrolling inertia ( #38443 )
7 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
7 years ago
scottb
785964ea97
Tweaks docs CSS to fix minor issue with main content page display cutting off at the bottom. ( #38432 )
7 years ago
Toshio Kuratomi
f1b63f435e
The ssh change note has been removed
...
Since the note was about 2.0 versus 1.x, this has been removed. The
file implementing it is gone so we need to stop referencing it.
7 years ago
scottb
2381d2207e
Additional docs CSS fix for mobile ( #38376 )
7 years ago
scottb
79c5a34b0b
Fixes CSS so docs display properly on mobile ( #38373 )
7 years ago
Pierre Templier
2340ca7701
Small typos in docs ( #38370 )
...
* Small typos in docs
* Fixed wording
7 years ago
Elijah Lynn
95d40bcd0a
Update fish setup to use `source` instead of `.` ( #33207 )
...
"The use of . is deprecated in favour of source, and . will be removed in a future version of fish."
source: https://fishshell.com/docs/current/commands.html#source
7 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
7 years ago
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
Dag Wieers
cdf9e39647
Fix the automatic docsite_pr label ( #37999 )
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
8f1b5fc47b
Add alias's as a :ref: target for modules
...
This is especially important for deprecated modules as we want to link
to those in porting guides and such.
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
scottb
68f81a6799
Reinstated element to fix doc display on mobile devices. ( #38246 )
7 years ago
Matt Martz
a89d0d0919
Ensure that arguments for sub commands are properly indented ( #37992 )
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
Colin Walters
290cca3613
docs/keywords: Clarify `async` a bit ( #37943 )
...
I hastily did a copy/paste of the `async` example and it took me
a while to understand that `async` specified a maximum runtime in seconds.
The docs are actually mostly clear on this, but I made this PR while
reading the code.
This also fixes the spelling of "asynchronously".
7 years ago
Joseph Herlant
00a7ff7974
Move man pages generations to rst2man ( #37861 )
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
scottb
3554e2c2d9
Fixes scrolling issue without breaking header nav ( #37864 )
7 years ago
scottb
47318a50b2
Temporary fix for horizontal scrolling issues on certain pages. Note that this will revert the behavior where headings scroll off the top of the main content region during navigation; fix for that is being investigated. ( #37863 )
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
Dag Wieers
69c0f96112
Fix nested parameters in module docs ( #37793 )
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