Commit Graph

15 Commits (8050110ba25472eaf7994fc0538f813bfb2228e6)

Author SHA1 Message Date
Michael DeHaan 2c433cb707 Add an example of Jinja2 casting. 11 years ago
Michael DeHaan 8475a92dec Merge pull request #2939 from mmoya/lookup-crypted-passwds
Add support for crypted passwords to password lookup
12 years ago
Maykel Moya 96afc3f462 Add support for crypted passwords to password lookup
Added new parameter 'encrypt' with same semantics from that of
vars_prompt. When encryption is requested a random salt will be
generated and stored along the password in the form:
'<password> salt=<salt>'.

Also store passwords with an ending '\n' for easier looking at files
with console tools. File content was being already rstripped so this
is harmless.
12 years ago
Stoned Elipot 2b58e03571 Fix registered variable usage example 12 years ago
Michael DeHaan 8a860779fd Add some notes about 1.2 things, just to make it more obvious. 12 years ago
Michael DeHaan d1a59fe62b Merge branch 'when_docs' of git://github.com/tartansandal/ansible into devel
Conflicts:
	docsite/latest/rst/playbooks2.rst
	docsite/latest/searchindex.js
12 years ago
Kahlil (Kal) Hodgson cabd40b0aa add docs for 'when: var is defined' idiom 12 years ago
Tim Gerla bdf50d1fb7 Fix up a couple of references to 'only_if' and change them to 'when' 12 years ago
Michael DeHaan 099e7b39a9 use lookup macro rather than with to demonstrate lookup plugins 12 years ago
Michael DeHaan b6a8d402c5 Document variables are reserved. 12 years ago
Michael DeHaan 7fabaec55f Fix doc formatting error 12 years ago
Michael DeHaan c9a128a5c5 Rewrote the precedence docs. 12 years ago
Michael DeHaan cce2cad8dc Fix with_sequence doc error 12 years ago
Michael DeHaan ffb00d2071 Favor {{ foo }} rather than $foo in documentation. 12 years ago
Michael DeHaan 26819d707d Reorganize docs structure to support snapshots. 12 years ago