Brian Coca
493d91cb55
Merge pull request #11531 from tamsky/tamsky-document-jsonfile
...
document `jsonfile` fact cache
9 years ago
Marc Tamsky
aaf59319e4
document jsonfile and provide example config
9 years ago
Gerard Lynch
4942f18100
added role_path to magic var section
10 years ago
Peter Parente
2aba3b4172
Fix typo: "name" to "role"
10 years ago
Maciej Delmanowski
c866a26d81
Move Jinja2 filters documentation to separate file
10 years ago
Brian Coca
62a6378c4a
Merge pull request #8792 from bcoca/ternary_filter
...
ternary filter
10 years ago
Brian Coca
f05a1085e9
Merge pull request #9249 from tjanez/doc-add_note_about_escaping_with_regex_replace
...
Added a note about escaping backreferences when using 'regex_replace' filter
10 years ago
Björn Andersson
65e4f2b2bc
Add filter to turn a string into a UUID
...
This filter was made because I needed to create idempotent UUIDs when
installing the agent for Go (http://go.cd ), which uses UUIds to
distinguish the agents from each other.
It uses a newly created Ansible namespace to distinguish UUIDs created
by Ansible from any other source. The new namespace is a random one
created by uuidgen on OSX.
10 years ago
Brian Coca
2a9d5054bf
Merge pull request #9995 from bcoca/hash_filters
...
Hash filters
10 years ago
Brian Coca
b28ef1701f
Merge pull request #9896 from resmo/fix/doc
...
doc: mention smart gathering for facts caching
10 years ago
Brian Coca
ffe1dcde28
Merge pull request #9713 from bcoca/fact_cache_n_gathering
...
mentioned gathering settings in fact caching.
10 years ago
Brian Coca
35247fabb8
added hash and password_hash functions
...
documented new hashing filters and preexisting hashing filters
removed extra sha1 example in others, clarified some of the hashing examples
10 years ago
René Moser
a88e928bf0
doc: mention smart gathering for facts caching
10 years ago
Toshio Kuratomi
7ab1e52575
Merge pull request #9832 from bcoca/math_filters
...
math filters!
10 years ago
Brian Coca
b07ce8b942
removed redundant math functions as jinja2 provides abs() and round()
...
already
10 years ago
Brian Coca
6a3c26eb70
removed stray j
10 years ago
Brian Coca
7a43d40050
math filters!
10 years ago
Toshio Kuratomi
b74a02301b
Fix documentation syntax problems
10 years ago
Toshio Kuratomi
ff970eabd8
Add role vars to differentiate with role defaults
10 years ago
Brian Coca
2d17d18c1b
mentioned gathering settings in fact caching.
10 years ago
Adrian Lopez
f27ffdcbf0
Is it not possible to set a comment in the same line
10 years ago
Brian Coca
02f6ca034e
zpelling fix
10 years ago
Brian Coca
0edaa6f790
Merge pull request #9270 from bcoca/do_the_shuffle
...
added new 'shuffle' filter
10 years ago
Brian Coca
8d37c6f091
minor clarifications of variable precedence
10 years ago
Brian Coca
0f2f022bb0
removed YAML as documented local facts format as it is not supported and
...
would require extra modules on target.
10 years ago
Toshio Kuratomi
f1267c0b05
Move from md5 to sha1 to work on fips-140 enabled systems
10 years ago
Niku Toivola
5a11315dc7
add documentation for the delegate_to magic variable
10 years ago
Juri Glass
9974ba01e3
added fact caching hint
10 years ago
Juri Glass
c16c527923
Update playbooks_variables.rst
...
There is some kind of duplicated content with http://docs.ansible.com/faq.html#how-do-i-loop-over-a-list-of-hosts-in-a-group-inside-of-a-template and this gotcha isn't listed here.
10 years ago
Brian Coca
12016b95a8
documented type based behaviour
10 years ago
Brian Coca
3534bdf953
added new 'shuffle' filter
10 years ago
i5513
e98d8c2b5e
Add readlink filter doc
...
As requested at request pull #9213 , I'm proposing updathing this doc. Do you have man pages where I can update this too ?
Thanks
10 years ago
Tadej Janež
49c463f98b
Added a note about escaping backreferences when using 'regex_replace' filter.
...
Users will often be puzzled why 'regex_replace' is not working as intended when used inside
YAML arguments. This note explains what they have to do to get it working.
10 years ago
renning bruns
49aa7ee523
Update playbooks_variables.rst
...
very small and minor addition, but I couldn't find anywhere that answered this (now obvious) question I had of whether or not facts could also be yaml files.
10 years ago
Gary Wu
b0c4897196
Update playbooks_variables.rst
10 years ago
Brian Coca
88daac4971
ternary filter
10 years ago
James Cammarata
35dac66afa
Adding docs for default+omit
10 years ago
Pascal Borreli
fe40a7d88a
Fixed typos
10 years ago
Michael DeHaan
160ddf6b04
WIP on fact caching docs.
10 years ago
Michael DeHaan
7806c5095d
Conditional imports are described under conditionals so remove the duplicate section.
10 years ago
Michael DeHaan
f6cd9119b1
Update 'version_added' in docs.
10 years ago
Michael Peters
3ba516ac25
adding min() and max() filters for use in Jinja templates
10 years ago
kustodian
dea19070e2
Fixed documentation in playbooks_variables.rst
10 years ago
Chris Hepner
49f3a794b1
Fix missing code block in playbook variables doc
...
A code sample was not being rendered as a code block. This adds the preceding '::' reStructuredText markup.
11 years ago
Michael DeHaan
5156794738
Merge pull request #7861 from cchurch/devel
...
Windows Remote Support
11 years ago
Aaron Yoshitake
a8d073c175
Fix typo: "but" -> "put"
11 years ago
Michael DeHaan
b0648fda0b
Docsite formatting fix.
11 years ago
Michael DeHaan
dfd4f18095
Docsite things.
11 years ago
mrdeathless
856681a28d
Add missing space between var and delimeter
11 years ago
Michael DeHaan
9a70dd1c94
Slight tweak to regex examples.
11 years ago