Checkpoint

This commit is contained in:
Jonathan Cremin 2024-02-02 15:40:15 +00:00
parent c501435876
commit 6f5266b63d
42 changed files with 652 additions and 136 deletions

View file

@ -1,6 +1,6 @@
---
- hosts: desktop
- hosts: laptop
roles:
- { role: base, tags: [ 'base' ] }
- { role: desktop, tags: [ 'desktop' ] }
@ -10,9 +10,7 @@
- { role: docker, tags: [ 'docker' ] }
- { role: globalprotect, tags: [ 'globalprotect' ] }
- { role: tailscale, tags: [ 'tailscale' ] }
- { role: scream, tags: [ 'scream' ] }
- { role: virtualhere, tags: [ 'virtualhere' ] }
# - { role: howdy, tags: [ 'howdy' ] }
- { role: howdy, tags: [ 'howdy' ] }
- { role: nvidia, tags: [ 'nvidia' ] }
- { role: syncthing, tags: [ 'syncthing' ] }
- { role: openrazer, tags: [ 'openrazer' ] }