mirror of
https://github.com/ben-grande/qusal.git
synced 2025-07-30 01:38:38 -04:00
feat: usb client
This commit is contained in:
parent
f16bfdd28b
commit
bcb65a2f1a
10 changed files with 163 additions and 0 deletions
42
salt/usb/create.sls
Normal file
42
salt/usb/create.sls
Normal file
|
@ -0,0 +1,42 @@
|
|||
{#
|
||||
SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#}
|
||||
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: dvm-{{ slsdotpath }}
|
||||
force: True
|
||||
require:
|
||||
- sls: {{ slsdotpath }}.clone
|
||||
present:
|
||||
- template: tpl-{{ slsdotpath }}
|
||||
- label: red
|
||||
prefs:
|
||||
- template: tpl-{{ slsdotpath }}
|
||||
- label: red
|
||||
- netvm: ""
|
||||
- memory: 300
|
||||
- maxmem: 500
|
||||
- vcpus: 1
|
||||
- autostart: False
|
||||
- template_for_dispvms: True
|
||||
- include_in_backups: False
|
||||
features:
|
||||
- enable:
|
||||
- appmenus-dispvm
|
||||
- disable:
|
||||
- service.cups
|
||||
- service.cups-browsed
|
||||
- service.tinyproxy
|
||||
{%- endload %}
|
||||
{{ load(defaults) }}
|
||||
|
||||
"{{ slsdotpath }}-extend-private-volume":
|
||||
cmd.run:
|
||||
- name: qvm-volume extend dvm-{{ slsdotpath }}:private 15Gi
|
Loading…
Add table
Add a link
Reference in a new issue