added rancher
This commit is contained in:
@@ -11,6 +11,7 @@ network:
|
||||
ntp: 1
|
||||
dns: 1
|
||||
www: 1
|
||||
rancher: 1
|
||||
switch: 10
|
||||
harvester: 20
|
||||
node1: 21
|
||||
|
5
salt/pillars/rancher.sls
Normal file
5
salt/pillars/rancher.sls
Normal file
@@ -0,0 +1,5 @@
|
||||
rancher:
|
||||
ca_passphrase: rancher
|
||||
url: docker.io/rancher/rancher
|
||||
tag: v2.6.1
|
||||
bootstrapPassword: rancher
|
@@ -10,6 +10,7 @@ base:
|
||||
- wireguard
|
||||
- hostapd
|
||||
- pxe
|
||||
- rancher
|
||||
- tlu-harvester
|
||||
{% if salt['pillar.file_exists']('local.sls') %}
|
||||
- local
|
||||
|
Reference in New Issue
Block a user