mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 08:53:39 +02:00
ansible-playbook: add start-at and tags commands (#4171)
This commit is contained in:
parent
33ee5d40d1
commit
887b7e7190
1 changed files with 8 additions and 0 deletions
|
@ -18,3 +18,11 @@
|
|||
- Run tasks in playbook with extra variables defined in a json file:
|
||||
|
||||
`ansible-playbook {{playbook}} -e "@{{variables.json}}"`
|
||||
|
||||
- Run tasks in playbook for the given tags:
|
||||
|
||||
`ansible-playbook {{playbook}} --tags {tags}}`
|
||||
|
||||
- Run tasks in a playbook starting at a specific task:
|
||||
|
||||
`ansible-playbook {{playbook}} --start-at {{task_name}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue