Checkpoint
This commit is contained in:
parent
e17f84ad8a
commit
1e03c32201
32 changed files with 556 additions and 298 deletions
13
desktop.yml
Normal file
13
desktop.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
|
||||
- hosts: desktop
|
||||
roles:
|
||||
- { role: base, tags: [ 'base'] }
|
||||
- { role: gnome, tags: [ 'gnome' ] }
|
||||
- { role: users, tags: [ 'users'] }
|
||||
- { role: ssh, tags: [ 'ssh'] }
|
||||
- { role: globalprotect, tags: [ 'globalprotect'] }
|
||||
- { role: tailscale, tags: [ 'tailscale'] }
|
||||
- { role: scream, tags: [ 'scream'] }
|
||||
# - { role: firefox_dev, tags: [ 'firefox_dev'] }
|
||||
# - { role: virtualhere, tags: [ 'virtualhere'] }
|
Loading…
Add table
Add a link
Reference in a new issue