10 lines
268 B
Markdown
10 lines
268 B
Markdown
# Usage
|
|
|
|
This repository contains several playbooks created to provision specific hosts.
|
|
A playbook can be ran as follows:
|
|
|
|
```
|
|
$ ansible-playbook --limit desktop playbook.yml
|
|
```
|
|
|
|
The `--limit` parameter is required to run the playbook only for the specified host.
|