working on configuring a k3s cluster
This commit is contained in:
@@ -3,13 +3,25 @@
|
||||
|
||||
fstab:
|
||||
gluster:
|
||||
- name: jenkins
|
||||
path: "/var/lib/jenkins"
|
||||
state: mounted
|
||||
# - name: jenkins
|
||||
# path: "/var/lib/jenkins"
|
||||
# state: mounted
|
||||
- name: gitea
|
||||
path: "/var/lib/gitea"
|
||||
state: present
|
||||
- name: vmshares
|
||||
path: "/opt/shared glusterfs"
|
||||
path: "/opt/shared"
|
||||
state: present
|
||||
|
||||
helm:
|
||||
repos:
|
||||
- name: twuni
|
||||
repo_url: https://helm.twun.io
|
||||
- name: jetstack
|
||||
repo_url: https://charts.jetstack.io
|
||||
- name: gitea-charts
|
||||
repo_url: https://dl.gitea.io/charts/
|
||||
- name: bitnami
|
||||
repo_url: https://charts.bitnami.com/bitnami
|
||||
- name: cetic
|
||||
repo_url: https://cetic.github.io/helm-charts
|
||||
|
||||
Reference in New Issue
Block a user