fix automouting of gluster mounts on home
This commit is contained in:
@@ -5,24 +5,21 @@ 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: gitea
|
||||
path: "/opt/data/gitea"
|
||||
state: mounted
|
||||
# - name: vmshares
|
||||
# path: "/opt/shared"
|
||||
# state: mounted
|
||||
# - name: mariadb
|
||||
# path: "/opt/mariadb"
|
||||
# state: mounted
|
||||
- name: mariadb
|
||||
path: "/opt/mariadb"
|
||||
state: mounted
|
||||
|
||||
helm:
|
||||
repos:
|
||||
@@ -41,3 +38,5 @@ apps:
|
||||
stash:
|
||||
state: present
|
||||
namespace: stashapp
|
||||
mariadb:
|
||||
namespace: mariadb
|
||||
|
||||
Reference in New Issue
Block a user