mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:33:33 +02:00
ansible-playbook: add page (#1257)
This commit is contained in:
parent
43c3e68c5b
commit
2b0bc0be91
1 changed files with 11 additions and 0 deletions
11
pages/common/ansible-playbook.md
Normal file
11
pages/common/ansible-playbook.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue