Document lookup plugin shorthand

This commit is contained in:
Michael DeHaan 2013-02-02 12:03:48 -05:00
parent 78ecc45d4d
commit fe5ab64b62

View file

@ -429,8 +429,8 @@ If you have a list of hashes, you can reference subkeys using things like::
${item.subKeyName} ${item.subKeyName}
More Loops Lookup Plugins - Accessing Outside Data
`````````` ```````````````````````````````````````
.. versionadded: 0.8 .. versionadded: 0.8
@ -460,10 +460,11 @@ be used like this::
with_file: with_file:
- /home/foo/.ssh/id_rsa.pub - /home/foo/.ssh/id_rsa.pub
As an alternate (but less preferred) syntax, all lookup plugins can be inlined by uppercasing their name and As an alternative, lookup plugins can also be accessed in variables like so::
prefixing them with a dollar sign, like so::
- action: authorized_key user=foo key=$FILE(/home/foo/.ssh/id_rsa.pub) vars:
motd_value: $FILE(/etc/motd)
hosts_value: $LOOKUP(file,/etc/hosts)
.. versionadded: 0.9 .. versionadded: 0.9