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