Funkwhale installation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user