mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 21:02:08 +02:00
11 lines
252 B
Markdown
11 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}}`
|