fix automouting of gluster mounts on home

This commit is contained in:
2022-10-05 18:44:44 -04:00
parent 58f00230a3
commit 10dbe924ad
9 changed files with 119 additions and 22 deletions

View File

@@ -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