2021-04-11 16:00:07 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
- hosts: desktop
|
|
|
|
roles:
|
|
|
|
- { role: base, tags: [ 'base'] }
|
2021-11-16 15:23:42 +00:00
|
|
|
- { role: desktop, tags: [ 'desktop'] }
|
2021-04-11 16:00:07 +01:00
|
|
|
- { role: gnome, tags: [ 'gnome' ] }
|
|
|
|
- { role: users, tags: [ 'users'] }
|
|
|
|
- { role: ssh, tags: [ 'ssh'] }
|
2021-11-16 15:23:42 +00:00
|
|
|
- { role: docker, tags: [ 'docker' ] }
|
2021-04-11 16:00:07 +01:00
|
|
|
- { role: globalprotect, tags: [ 'globalprotect'] }
|
|
|
|
- { role: tailscale, tags: [ 'tailscale'] }
|
2021-11-16 15:23:42 +00:00
|
|
|
- { role: devdeck, tags: [ 'devdeck'] }
|
|
|
|
- { role: syncthing, tags: [ 'syncthing' ] }
|
2024-02-02 15:40:15 +00:00
|
|
|
- { role: nvidia, tags: [ 'nvidia' ] }
|
|
|
|
- { role: howdy, tags: [ 'howdy' ] }
|
|
|
|
- { role: oversteer, tags: [ 'oversteer' ] }
|