Checkpoint

This commit is contained in:
Jonathan Cremin 2021-04-11 16:00:07 +01:00
parent e17f84ad8a
commit 1e03c32201
32 changed files with 556 additions and 298 deletions

11
work.yml Normal file
View 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'] }