Checkpoint
This commit is contained in:
parent
e17f84ad8a
commit
1e03c32201
32 changed files with 556 additions and 298 deletions
11
work.yml
Normal file
11
work.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
|
||||
- hosts: work
|
||||
roles:
|
||||
- { role: common, tags: [ 'common'] }
|
||||
- { role: users, tags: [ 'users'] }
|
||||
- { role: tailscale, tags: [ 'tailscale'] }
|
||||
- { role: appimages, tags: [ 'appimages'] }
|
||||
- { role: ssh, tags: [ 'ssh'] }
|
||||
- { role: docker, tags: [ 'docker'] }
|
||||
- { role: luminance, tags: [ 'luminance'] }
|
Loading…
Add table
Add a link
Reference in a new issue