# 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.