Funkwhale installation

This commit is contained in:
2023-04-23 23:08:40 -04:00
parent 9f224b4cfc
commit 2dd290eb98
3 changed files with 44 additions and 15 deletions

View File

@@ -10,15 +10,15 @@
state: "{{apps.funkwhale.state}}"
become: true
#- name: create persistent volume resources
# kubernetes.core.k8s:
# kubeconfig: "/etc/rancher/k3s/k3s.yaml"
# state: "{{apps.funkwhale.state}}"
# definition: "{{ lookup('template', item) | from_yaml }}"
# loop:
# - funkwhale/pv.yaml
# - funkwhale/pv-claim.yaml
# become: true
- name: create persistent volume resources
kubernetes.core.k8s:
kubeconfig: "/etc/rancher/k3s/k3s.yaml"
state: "{{apps.funkwhale.state}}"
definition: "{{ lookup('template', item) | from_yaml }}"
loop:
- funkwhale/pv.yaml
- funkwhale/pv-claim.yaml
become: true
- name: Install funkwhale globally available