diff --git a/README.md b/README.md new file mode 100644 index 0000000..08537d0 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# 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.