wip: make install task
This commit is contained in:
parent
ead93aab85
commit
2cffacf058
3 changed files with 1 additions and 0 deletions
18
salt/guardian-vms.sls
Normal file
18
salt/guardian-vms.sls
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
create-guardian-template:
|
||||
qvm.vm:
|
||||
- name: guardian-template
|
||||
- clone:
|
||||
- source: fedora-42
|
||||
- label: black
|
||||
- prefs:
|
||||
- netvm: ""
|
||||
|
||||
create-app:
|
||||
qvm.vm:
|
||||
- name: app
|
||||
- present:
|
||||
- template: guardian-template
|
||||
- label: green
|
||||
- prefs:
|
||||
- template: guardian-template
|
||||
- netvm: ""
|
||||
3
salt/guardian.top
Normal file
3
salt/guardian.top
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
base:
|
||||
dom0:
|
||||
- guardian-vms
|
||||
Loading…
Add table
Add a link
Reference in a new issue