Created the initial k3s configuration for personal use
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
k3s_primary_node_ip: 192.168.0.188
|
||||
longhorn_version: 1.7.2
|
||||
nfs_server_ip: 192.168.0.62
|
||||
user_name: "{{ lookup('env', 'USER') }}"
|
||||
@@ -0,0 +1,10 @@
|
||||
all:
|
||||
children:
|
||||
kube-primary:
|
||||
hosts:
|
||||
192.168.0.188: # Change me
|
||||
kube:
|
||||
hosts:
|
||||
192.168.0.59: # Change me too once you have initialized the primary node
|
||||
children:
|
||||
kube-primary:
|
||||
Reference in New Issue
Block a user