Add example playbook.

This commit is contained in:
Laur Ivan 2022-09-26 12:19:16 +02:00
parent 6248bfe00b
commit 9d2ee07435

View File

@ -93,11 +93,15 @@ A list of other roles hosted on Galaxy should go here, plus any details in regar
## Example Playbook
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
```yml
- name: Example playbook
hosts: services
vars:
bonob_enabled: "true"
roles:
- { role: username.rolename, x: 42 }
- 'laurivan.navidrome'
```
## License