mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Add how to load extra variables directly from a file (using @).
This commit is contained in:
@@ -54,7 +54,8 @@ environment variable.
|
|||||||
*-e* 'VARS', *--extra-vars=*'VARS'::
|
*-e* 'VARS', *--extra-vars=*'VARS'::
|
||||||
|
|
||||||
Extra variables to inject into a playbook, in key=value key=value format or
|
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'::
|
*-f* 'NUM', *--forks=*'NUM'::
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user