Add simple readme file

This commit is contained in:
Sonny Bakker 2026-04-21 09:40:31 +02:00
parent 548c17740b
commit 17be8520e8

10
README.md Normal file
View file

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