Skip to content

Commit

Permalink
Add how to load extra variables directly from a file (using @).
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Tirloni committed Feb 13, 2015
1 parent 932fd2e commit bcbf819
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/man/man1/ansible-playbook.1.asciidoc.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ environment variable.
*-e* 'VARS', *--extra-vars=*'VARS'::

Extra variables to inject into a playbook, in key=value key=value format or
as quoted JSON (hashes and arrays).
as quoted JSON (hashes and arrays). To load variables from a file, specify
the file preceded by @ (e.g. @vars.yml).

*-f* 'NUM', *--forks=*'NUM'::

Expand Down

0 comments on commit bcbf819

Please sign in to comment.