mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 14:04:31 +00:00
24 lines
612 B
YAML
24 lines
612 B
YAML
iscsi_portal: 10.0.0.203
|
|
|
|
iscsi_targets:
|
|
# PROLE-K3S-1
|
|
- iqn: "iqn.2000-01.com.synology:synology.Target-16.292d45194a1"
|
|
chap_user: "prole"
|
|
chap_password: "{{ vault_iscsi_prole_password }}"
|
|
mounts:
|
|
- path: /var/lib/rancher
|
|
fstype: ext4
|
|
opts: "_netdev,noatime"
|
|
src: "UUID=466eefa2-9a7c-4bac-a136-d1d3ec35dae1"
|
|
|
|
k3s_enabled: true
|
|
k3s_role: server
|
|
k3s_server_url: "https://pi.prole.org:6443"
|
|
k3s_token: "{{ vault_k3s_token }}"
|
|
k3s_disable_agent: true
|
|
k3s_node_labels:
|
|
- "role=observer"
|
|
- "quorum=true"
|
|
k3s_write_kubeconfig_mode: "0640"
|
|
k3s_kubeconfig_group: kubeadm
|