Commit Graph

61 Commits (61c1616fe5832670111b592c3df9ee70a235a991)

Author SHA1 Message Date
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
Yves Dorfsman 2d0df2f233 Rephrased an awkward sentence. 12 years ago
Yves Dorfsman d1d7d56315 typo in playbooks2.rst 12 years ago
Javier Candeira ca6c36e1ac password lookup plugin, with working tests and documentation 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
Michael DeHaan a19a0ca91b Update documentation on complex args to new simpler format. 12 years ago
Michael DeHaan ff32e404d5 Most people are better off doing looping inside the playbook versus
outside, and get confused about scope.  As a result simply this documentation
feature by not talking about it :)
12 years ago
Daniel Hokka Zakrisson 52c9a7af24 Fix references to user.username to be user.name 12 years ago
Cliffano Subagio 19082f7b20 Fix proxy env format
The incorrect format (e.g. http_proxy=http://proxy.bos.example.com:8080) gave this error: "environment must be a dictionary".
12 years ago
Michael DeHaan 3aceae57af Fixup documentation formatting 12 years ago
Michael DeHaan 7a6f3e6a6a Missing colon in docs. 12 years ago
Lorin Hochstein 2e8533aec2 Add a missing :: in an .rst file
Other changes are just eating trailing whitespace.
12 years ago
Michael DeHaan 908a192736 Documentation updates 12 years ago
Michael DeHaan c86b34dae1 Lots of docsite additions for new features + cleanup lineinfile YAML docs 12 years ago
Michael DeHaan 3422ae6737 Document how to do task includes using with_items and externalized data. 12 years ago
Michael DeHaan d8a77c0468 Add some 1.1 feature documentation 12 years ago
Lorin Hochstein c6778e796c Specified when PIPE_ONCE was added.
Also, now shows when "Getting values from files" was added, a sphinx
directive was missing a colon.
12 years ago
Lorin Hochstein ec16b854a5 Document new PIPE_ONCE macro 12 years ago
Michael DeHaan 8333b4eb03 Better explain magic variables 12 years ago
Michael DeHaan 5cdc25ec47 Tweak documentation example about lookup plugins 12 years ago
Michael DeHaan dd91452eda Better explain precedence. 12 years ago
Michael DeHaan bf088a50aa Add when_failed/changed dates 12 years ago
Michael DeHaan 1e3df3b5ab Show how to assign lookup plugins in variables 12 years ago
Michael DeHaan fe5ab64b62 Document lookup plugin shorthand 12 years ago
Michael DeHaan 78ecc45d4d Document other syntaxes 12 years ago
Michael DeHaan 0ae7f996f5 Make sure all the lookup plugins are documented. 12 years ago
Daniel Hokka Zakrisson 94a1c221bc Update variable precedence section with current rules 12 years ago
fdavis 7899e29395 add when_changed when_failed examples to docsite
whitespace fix
12 years ago
Jayson Vantuyl 13ddd39db9 add with_sequence lookup plugin
Plugin allows you to do easy counts for items.
12 years ago
Javier Candeira dac83c15a0 fix documentation for authorized_key in advanced playbooks page in docsite 12 years ago
Dag Wieers 66fb7fd9de Make use of yes/no booleans in playbooks
At the moment Ansible prefers yes/no for module booleans, however booleans in playbooks are still using True/False, rather than yes/no. This changes modifies boolean uses in playbooks (and man pages) to favor yes/no rather than True/False.

This change includes:

- Adaptation of documentation and examples to favor yes/no
- Modification to manpage output to favor yes/no (the docsite output already favors yes/no)
12 years ago
jkleint e363abeca7 Missing colon in $FILE example 12 years ago
Michael DeHaan da90c5f75e Document 'when' and tweak the code to be a little more comprehensive on what is false. 12 years ago
Michael DeHaan 9870224991 Tweak fireball docs for 0.9 12 years ago
Daniel Hokka Zakrisson b95bcf1b9d Use single-quotes to contain SSH keys as they may contain double-quotes
Fixes #1624.
12 years ago
Michael DeHaan 89bb1b8368 Fixup fireball installation playbook 12 years ago
Michael DeHaan 096607eea4 Allow fireball to transfer binary files, fixup fireball docs, make fetch work with fireball. 12 years ago
Dag Wieers 2bccd7b1ac Fix example where imported ssh keys contain spaces
This fixes #1521
12 years ago
Michael DeHaan aa0af271d6 Quote some stuff in docs 12 years ago
Nigel Metheringham ccd8d7c287 Spelling fixes 12 years ago
Nigel Metheringham dd5629cd51 Correct $last_result example in playbooks doc 12 years ago
Michael DeHaan 109632e3bc Revert "Vars specified via CLI have the highest priority."
Reverting as this as reported allows some variables to clobber each other.
We'll work on a different fix.

This reverts commit c5469f6367.
12 years ago
Dag Wieers 7d990fa167 Clarify how only_if works, also combined with with_items
- The old documentation stated not to quote the variable in the function, which is obviously wrong. When using lists or integers, we have to quote otherwise the startswith() method will trip over its non-existence.
- It was unclear that the only_if statement is processed for each item when doing with_items, so I added an example making it crystal clear how this can be used in your advantage (or why a non-existing list variable can break your logic if you expected the only_if to be processed once before running the task)
12 years ago