Tim Gerla
b7899b5e35
Add a clarifying heading to installation docs
11 years ago
Matt Jaynes
8fa003eadb
Fix typos. Prevent double-dashes from being reduced to single dash.
11 years ago
awiddersheim
9d141c5f34
Fixed typo in docsite/rst/playbooks_tags.rst
11 years ago
Adam Miller
5b2338b2bf
fix change_when example for False
11 years ago
Greg Karékinian
86f4e03bb5
Fix typo
11 years ago
Jérémie Augustin
ddf1d71b7d
[doc] duplicate group in usa:children group
11 years ago
James Tanner
6b60267898
Document per task remote_user, based on #3932
11 years ago
Michael DeHaan
0cd09dd54f
Remove extra "latest/" subdirectory in docs build structure.
11 years ago
Michael DeHaan
26819d707d
Reorganize docs structure to support snapshots.
12 years ago
Michael DeHaan
148d8859ba
Docs on parameterized roles, make document generation output less noisy
12 years ago
Michael DeHaan
a0a2ef3d9d
Merge pull request #2640 from trevor/devel
...
make json valid
12 years ago
Trevor Wennblom
b779fa4fe9
make json valid
12 years ago
Michael DeHaan
c5d9823467
Fix some items related to playbook includes and indentation.
12 years ago
gw0
80a4e02372
Improved Lookup plugins documentation
12 years ago
Michael DeHaan
f9890c9973
Show other way to ignore command/shell errors
12 years ago
Michael DeHaan
bccab0f2b7
Merge pull request #2514 from raphinou/patch-1
...
replaced && by ||
12 years ago
Michael DeHaan
cdf5e006ff
Merge pull request #2508 from tgerla/devel
...
Add some examples for local_action and rsync
12 years ago
Victor Castell
ceede2f71f
Place ad-hoc stuff from docs under context
12 years ago
raphinou
ba2582fff6
replaced && by ||
...
In the example, you want /bin/true to be executed if the first command has an error return code. Combining command with && will run the second only if the first is successful. Combining them with ||, the second will be run only of the first fails, what is wanted here.
12 years ago
Tim Gerla
d3a7c729ab
Add a note regarding rsync and ssh-agent/passphrase-less keys
12 years ago
Tim Gerla
0e01085ab6
Add some examples for local_action and rsync
12 years ago
Michael DeHaan
783a12cc0e
Resolve merge commit.
12 years ago
Michael DeHaan
518007a1ba
Fix version added attribute, update docs URL
12 years ago
Michael DeHaan
3d5aa5dc2c
Merge pull request #2487 from dorfsmay/20130322
...
fixed doc regarding wild card pattern on groups.
12 years ago
michael@ansibleworks.com
ecda87cb63
Fixup docsite links
12 years ago
michael@ansibleworks.com
e086d6fd89
Doc updates
12 years ago
Yves Dorfsman
5485451ddb
fix doc regarding wild card pattern on groups.
12 years ago
Tim Gerla
242f988daf
Add links to the ansible-examples repository
12 years ago
Yves Dorfsman
8b10cc5946
Mention of ansible-doc and man pages for modules.
12 years ago
Michael DeHaan
22cd10bc6f
Add note about wanting to do crypted passwords with $PASSWORD plugin.
12 years ago
Michael DeHaan
afb9ad1358
Fix duplicate Sphinx target in documentation.
12 years ago
Michael DeHaan
64a3839511
Fixup documentation formatting
12 years ago
Lorin Hochstein
efd3cbe8b4
Document how to implement check mode
...
Fixes #2410
12 years ago
bfx81
649dc25d46
Updated getting ansible on gentoo
12 years ago
Michael DeHaan
7d6d009d15
Merge pull request #2411 from tyll/docs
...
glossary.rst: fix type regarding file mode
12 years ago
Lorin Hochstein
c7cf2bc343
Docfix: ANSIBLE_LIBRARY_PATH -> ANSIBLE_LIBRARY
12 years ago
Till Maas
2b4621d8d7
glossary.rst: fix typo regarding file mode
12 years ago
Yves Dorfsman
2d0df2f233
Rephrased an awkward sentence.
12 years ago
Yves Dorfsman
d1d7d56315
typo in playbooks2.rst
12 years ago
Michael DeHaan
c53653dc0d
Merge pull request #2348 from candeira/password-plugin
...
password lookup plugin, with working tests and documentation
12 years ago
Michael DeHaan
daf7419f3a
Make Python 3 instructions a bit more clear.
12 years ago
Javier Candeira
ca6c36e1ac
password lookup plugin, with working tests and documentation
12 years ago
Michel Blanc
9c6b28c218
Update gettingstarted.rst
...
Adds note on python 3 incompatibility
Added note about ansible_python_interpreter for people having python3 as default interpreter (mainly Arch users ?)
Should fix #2344
12 years ago
Jim Kleckner
92844d3dcd
Minor spelling fixes
12 years ago
Michel Blanc
aeed04b73f
Cosmetic fixes
...
Fixed typo in passlib URL link
Fixed style in cryp scheme list
Fixed bullet 7 in variable precedence section
Adds statement regarding passlib requirement
12 years ago
Michel Blanc
f3b06a3008
Adds crypt scheme list for vars_prompt
...
Added more details on encrypt usage for vars_prompt, including a list of
crypt schemes and a ling to the passlib documentation.
12 years ago
Michel Blanc
d03954a24b
Update playbooks2.rst
...
Added doc on encrypt capability of vars_prompt.
Assuming the example in https://github.com/ansible/ansible/blob/devel/examples/playbooks/prompts.yml is still valid.
12 years ago
Daniel Hokka Zakrisson
b130716b61
YAML requires quoting the entire value when it starts with a quote
...
Fixes #2280 .
12 years ago
Michael DeHaan
de09e9dade
Update doc reference to clarify that $item isn't expanded here.
12 years ago
Brian Coca
372b60a5f7
Added tip about ANSIBLE_KEEP_REMOTE_FILES to docsite
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
12 years ago