Tomas Thor Jonsson
23bf570bad
typo ---- (4) instead of --- (3)
2013-11-04 14:16:33 +01:00
Michael DeHaan
4bb34d006e
Merge pull request #4793 from ilkka/patch-2
...
Fix code block quoting in documentation
2013-11-03 08:55:33 -08:00
Ilkka Laukkanen
31d55e03b0
Fix code block quoting
...
Add double colons where necessary to get code blocks, not blockquotes.
2013-11-03 18:31:25 +02:00
Ilkka Laukkanen
e0e01ddbe4
Clarify cobbler.py usage and testing instructions
...
The doc incorrectly advised executing the static inventory, not the `cobbler.py` script. Also fixes minor language issue.
2013-11-03 18:26:28 +02:00
Rhett Sutphin
aa475d337a
Document env dependency for test-module.
...
You need to source hacking/env-setup before running hacking/test-module;
otherwise you get an error like this:
ImportError: No module named ansible.utils
2013-11-01 12:32:15 -05:00
Tim Gerla
0f80364994
fix command to make a debian package
2013-10-28 15:04:16 -07:00
Tim Gerla
b7899b5e35
Add a clarifying heading to installation docs
2013-10-28 08:55:25 -07:00
Matt Jaynes
8fa003eadb
Fix typos. Prevent double-dashes from being reduced to single dash.
2013-10-27 11:51:42 -04:00
awiddersheim
9d141c5f34
Fixed typo in docsite/rst/playbooks_tags.rst
2013-10-18 23:00:50 -04:00
Adam Miller
5b2338b2bf
fix change_when example for False
2013-10-18 13:13:13 -05:00
Greg Karékinian
86f4e03bb5
Fix typo
2013-10-17 16:00:58 +02:00
Jérémie Augustin
ddf1d71b7d
[doc] duplicate group in usa:children group
2013-10-15 17:18:07 +02:00
James Tanner
6b60267898
Document per task remote_user, based on #3932
2013-10-15 09:40:37 -04:00
Michael DeHaan
0cd09dd54f
Remove extra "latest/" subdirectory in docs build structure.
2013-10-14 08:27:30 -04:00
Michael DeHaan
26819d707d
Reorganize docs structure to support snapshots.
2013-04-12 17:50:50 -04:00
Michael DeHaan
148d8859ba
Docs on parameterized roles, make document generation output less noisy
2013-04-12 17:45:27 -04:00
Michael DeHaan
a0a2ef3d9d
Merge pull request #2640 from trevor/devel
...
make json valid
2013-04-11 09:35:46 -07:00
Trevor Wennblom
b779fa4fe9
make json valid
2013-04-10 23:43:16 -05:00
Michael DeHaan
c5d9823467
Fix some items related to playbook includes and indentation.
2013-04-10 15:04:41 -04:00
gw0
80a4e02372
Improved Lookup plugins documentation
2013-04-05 20:00:23 +03:00
Michael DeHaan
f9890c9973
Show other way to ignore command/shell errors
2013-03-29 21:38:33 -04:00
Michael DeHaan
bccab0f2b7
Merge pull request #2514 from raphinou/patch-1
...
replaced && by ||
2013-03-29 18:36:53 -07:00
Michael DeHaan
cdf5e006ff
Merge pull request #2508 from tgerla/devel
...
Add some examples for local_action and rsync
2013-03-29 05:46:40 -07:00
Victor Castell
ceede2f71f
Place ad-hoc stuff from docs under context
2013-03-28 16:39:06 +01:00
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.
2013-03-27 14:37:31 +01:00
Tim Gerla
d3a7c729ab
Add a note regarding rsync and ssh-agent/passphrase-less keys
2013-03-26 19:37:06 -07:00
Tim Gerla
0e01085ab6
Add some examples for local_action and rsync
2013-03-26 13:34:16 -07:00
Michael DeHaan
783a12cc0e
Resolve merge commit.
2013-03-25 22:32:01 -04:00
Michael DeHaan
518007a1ba
Fix version added attribute, update docs URL
2013-03-25 10:56:32 -04:00
Michael DeHaan
3d5aa5dc2c
Merge pull request #2487 from dorfsmay/20130322
...
fixed doc regarding wild card pattern on groups.
2013-03-24 14:26:07 -07:00
michael@ansibleworks.com
ecda87cb63
Fixup docsite links
2013-03-24 16:41:20 -04:00
michael@ansibleworks.com
e086d6fd89
Doc updates
2013-03-24 16:41:20 -04:00
Yves Dorfsman
5485451ddb
fix doc regarding wild card pattern on groups.
2013-03-22 23:05:40 -06:00
Tim Gerla
242f988daf
Add links to the ansible-examples repository
2013-03-20 09:45:41 -07:00
Yves Dorfsman
8b10cc5946
Mention of ansible-doc and man pages for modules.
2013-03-18 20:31:42 -06:00
Michael DeHaan
22cd10bc6f
Add note about wanting to do crypted passwords with $PASSWORD plugin.
2013-03-17 11:48:27 -04:00
Michael DeHaan
afb9ad1358
Fix duplicate Sphinx target in documentation.
2013-03-17 11:46:25 -04:00
Michael DeHaan
64a3839511
Fixup documentation formatting
2013-03-17 11:45:22 -04:00
Lorin Hochstein
efd3cbe8b4
Document how to implement check mode
...
Fixes #2410
2013-03-16 21:45:22 -04:00
bfx81
649dc25d46
Updated getting ansible on gentoo
2013-03-16 15:21:04 +01:00
Michael DeHaan
7d6d009d15
Merge pull request #2411 from tyll/docs
...
glossary.rst: fix type regarding file mode
2013-03-15 18:07:28 -07:00
Lorin Hochstein
c7cf2bc343
Docfix: ANSIBLE_LIBRARY_PATH -> ANSIBLE_LIBRARY
2013-03-15 14:55:53 -04:00
Till Maas
2b4621d8d7
glossary.rst: fix typo regarding file mode
2013-03-15 19:43:47 +01:00
Yves Dorfsman
2d0df2f233
Rephrased an awkward sentence.
2013-03-12 10:25:44 -06:00
Yves Dorfsman
d1d7d56315
typo in playbooks2.rst
2013-03-12 10:21:57 -06:00
Michael DeHaan
c53653dc0d
Merge pull request #2348 from candeira/password-plugin
...
password lookup plugin, with working tests and documentation
2013-03-10 16:31:17 -07:00
Michael DeHaan
daf7419f3a
Make Python 3 instructions a bit more clear.
2013-03-17 23:26:57 -04:00
Javier Candeira
ca6c36e1ac
password lookup plugin, with working tests and documentation
2013-03-10 13:36:53 +11:00
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
2013-03-08 23:09:28 +01:00
Jim Kleckner
92844d3dcd
Minor spelling fixes
2013-03-06 10:41:19 -08:00