mirror of
https://github.com/unman/shaker.git
synced 2025-08-17 02:00:38 -04:00
Tailscale - Create template and install service
This commit is contained in:
parent
ea8008c94f
commit
f629df4a4c
4 changed files with 116 additions and 0 deletions
20
tailscale/create.sls
Normal file
20
tailscale/create.sls
Normal file
|
@ -0,0 +1,20 @@
|
|||
qvm-present-tailscale:
|
||||
qvm.present:
|
||||
- name: sys-tailscale
|
||||
- class: AppVM
|
||||
- template: template-tailscale
|
||||
- label: green
|
||||
|
||||
qvm-prefs-tailscale:
|
||||
qvm.prefs:
|
||||
- name: sys-tailscale
|
||||
- memory: 400
|
||||
- maxmem: 4000
|
||||
- vcpus: 2
|
||||
- provides-network: True
|
||||
|
||||
qvm-features-tailscale:
|
||||
qvm.features:
|
||||
- name: sys-tailscale
|
||||
- disable:
|
||||
- service.tinyproxy
|
Loading…
Add table
Add a link
Reference in a new issue