development/README.md

10 lines
265 B
Markdown

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