Use persistent volume claim with stash
This commit is contained in:
@@ -1,18 +1,25 @@
|
||||
---
|
||||
# default values for prod.k3s
|
||||
kube_context: home
|
||||
|
||||
fstab:
|
||||
gluster:
|
||||
#state can be present, mounted, absent, unmounted, remounted
|
||||
- name: plex
|
||||
path: "/var/lib/plex"
|
||||
state: absent
|
||||
- name: plex
|
||||
path: "/opt/data/plex"
|
||||
state: mounted
|
||||
# - name: jenkins
|
||||
# path: "/var/lib/jenkins"
|
||||
# state: mounted
|
||||
- name: gitea
|
||||
path: "/var/lib/gitea"
|
||||
state: present
|
||||
- name: vmshares
|
||||
path: "/opt/shared"
|
||||
state: mounted
|
||||
# - name: gitea
|
||||
# path: "/var/lib/gitea"
|
||||
# state: present
|
||||
# - name: vmshares
|
||||
# path: "/opt/shared"
|
||||
# state: mounted
|
||||
# - name: mariadb
|
||||
# path: "/opt/mariadb"
|
||||
# state: mounted
|
||||
|
||||
Reference in New Issue
Block a user