mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-28 03:15:33 +03:00
12 lines
252 B
Markdown
12 lines
252 B
Markdown
|
# ansible-playbook
|
||
|
|
||
|
> Execute tasks defined in playbook on remote machines over SSH.
|
||
|
|
||
|
- Run tasks in playbook:
|
||
|
|
||
|
`ansible-playbook {{playbook}}`
|
||
|
|
||
|
- Run tasks in playbook with custom host inventory:
|
||
|
|
||
|
`ansible-playbook {{playbook}} -i {{inventory_file}}`
|