remove old nextcloud glusterfs volumes and mounts

This commit is contained in:
2023-03-31 19:46:04 -04:00
parent f7ee670da6
commit 94ac032c8a
8 changed files with 84 additions and 19 deletions

View File

@@ -38,7 +38,7 @@
local_action:
module: kubernetes.core.helm
release_state: "{{apps.funkwhale.state}}"
name: gitea
name: funkwhale
namespace: "{{apps.funkwhale.namespace}}"
create_namespace: yes
update_repo_cache: True

View File

@@ -42,6 +42,10 @@
include_tasks: deployments/redis.yaml
when: apps.redis.enabled
- name: deploy funkwhale
include_tasks: deployments/funkwhale.yaml
when: apps.funkwhale.enabled
#-----------------------------------------------------
#- include_tasks: mariadb.yaml
#