1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #10230 from gtirloni/devel

Add how to load extra variables directly from a file (using @).
This commit is contained in:
Brian Coca 2015-02-12 21:46:20 -05:00
commit 39f8142649

View file

@ -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'::