mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 16:35:28 +02:00
ansible-playbook: add extra-vars examples (#1587)
This commit is contained in:
commit
a7c936e3ec
1 changed files with 8 additions and 0 deletions
|
@ -9,3 +9,11 @@
|
|||
- Run tasks in playbook with custom host inventory:
|
||||
|
||||
`ansible-playbook {{playbook}} -i {{inventory_file}}`
|
||||
|
||||
- Run tasks in playbook with extra variables defined via the command line:
|
||||
|
||||
`ansible-playbook {{playbook}} -e "{{variable1}}={{value1}} {{variable2}}={{value2}}"`
|
||||
|
||||
- Run tasks in playbook with extra variables defined in a json file:
|
||||
|
||||
`ansible-playbook {{playbook}} -e "@{{variables.json}}"`
|
||||
|
|
Loading…
Add table
Reference in a new issue