2020-04-29 21:51:12 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
- hosts: kudos
|
|
|
|
roles:
|
2020-05-19 13:49:30 +01:00
|
|
|
- { role: common, tags: [ 'common'] }
|
|
|
|
- { role: users, tags: [ 'users'] }
|
|
|
|
- { role: streamdeck, tags: [ 'streamdeck'] }
|
|
|
|
- { role: ssh, tags: [ 'ssh'] }
|
|
|
|
- { role: docker, tags: [ 'docker'] }
|
|
|
|
- { role: raid, tags: [ 'raid'] }
|
|
|
|
# - { role: network, tags: [ 'network'] }
|
|
|
|
- { role: vm, tags: [ 'vm'] }
|
|
|
|
- { role: luminance, tags: [ 'luminance'] }
|