Mostly complete, still needs cleanup

This commit is contained in:
Jonathan Cremin 2020-05-19 13:49:30 +01:00
parent a7eaa7dbfb
commit e17f84ad8a
18 changed files with 359 additions and 49 deletions

View file

@ -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'] }