Add simple readme file
This commit is contained in:
parent
548c17740b
commit
17be8520e8
1 changed files with 10 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue