Mostly complete, still needs cleanup
This commit is contained in:
parent
a7eaa7dbfb
commit
e17f84ad8a
18 changed files with 359 additions and 49 deletions
16
kudos.yml
16
kudos.yml
|
@ -2,10 +2,12 @@
|
|||
|
||||
- hosts: kudos
|
||||
roles:
|
||||
# - common
|
||||
# - users
|
||||
# - docker
|
||||
# - raid
|
||||
- network
|
||||
# - vm
|
||||
|
||||
- { 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'] }
|
Loading…
Add table
Add a link
Reference in a new issue