17 lines
577 B
YAML
17 lines
577 B
YAML
---
|
|
|
|
- hosts: desktop
|
|
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'] }
|
|
- { role: devdeck, tags: [ 'devdeck'] }
|
|
- { role: syncthing, tags: [ 'syncthing' ] }
|
|
- { role: nvidia, tags: [ 'nvidia' ] }
|
|
- { role: howdy, tags: [ 'howdy' ] }
|
|
- { role: oversteer, tags: [ 'oversteer' ] }
|