ansible/work.yml

11 lines
317 B
YAML
Raw Normal View History

2020-04-29 21:51:12 +01:00
---
2021-04-11 16:00:07 +01:00
- hosts: work
2020-04-29 21:51:12 +01:00
roles:
2020-05-19 13:49:30 +01:00
- { role: common, tags: [ 'common'] }
- { role: users, tags: [ 'users'] }
2021-04-11 16:00:07 +01:00
- { role: tailscale, tags: [ 'tailscale'] }
- { role: appimages, tags: [ 'appimages'] }
2020-05-19 13:49:30 +01:00
- { role: ssh, tags: [ 'ssh'] }
- { role: docker, tags: [ 'docker'] }
- { role: luminance, tags: [ 'luminance'] }