Files
provisioning/ansible-5/roles/prod.k3s/defaults/main.yml
2022-10-12 19:29:47 -04:00

49 lines
1012 B
YAML

---
# default values for prod.k3s
kube_context: home
fstab:
gluster:
#state can be present, mounted, absent, unmounted, remounted
- name: plex
path: "/opt/data/plex"
state: mounted
# - name: jenkins
# path: "/var/lib/jenkins"
# state: mounted
- name: gitea
path: "/opt/data/gitea"
state: mounted
# - name: vmshares
# path: "/opt/shared"
# state: mounted
- name: mariadb
path: "/opt/mariadb"
state: mounted
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
apps:
stash:
state: present
namespace: stashapp
mariadb:
enabled: false
namespace: mariadb
gitea:
enabled: true
namespace: gitea
state: present