This commit is contained in:
Jonas Forsberg
2021-10-11 21:44:15 +02:00
parent 4d22f60e10
commit f36d29003f
6 changed files with 36 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ network:
interface:
internal: eth0
external: eth0.1000
external: eth1
vlan:
-

View File

@@ -0,0 +1,2 @@
remote-desktop:
password: linux0

View File

@@ -5,6 +5,7 @@ base:
- mysql
- rmt
- docker
- remote-desktop
{% if salt['pillar.file_exists']('local.sls') %}
- local
{% endif %}