development/README.md

268 B

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.