This commit is contained in:
Jonas Forsberg
2021-10-17 12:35:16 +02:00
parent 7019e46395
commit d962e7bc74
6 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
harvester:
dns_host: harvester
token: ThisShouldBeConfiguredInYourlocal.sls
os:
ssh_authorized_keys: []
password: rancher
install:
mgmt-interface: ensp2s0f0

View File

@@ -10,6 +10,7 @@ base:
- wireguard
- hostapd
- pxe
- harvester_cluster
{% if salt['pillar.file_exists']('local.sls') %}
- local
{% endif %}