Initial commit
This commit is contained in:
13
tasks/main.yml
Normal file
13
tasks/main.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
# tasks file for ansible-role-jamulus
|
||||
- name: Deploy Jamulus
|
||||
kubernetes.core.helm:
|
||||
name: jamulus
|
||||
chart_ref: https://github.com/danaharrison/jamulus-helm.git
|
||||
release_namespace: jamulus
|
||||
create_namespace: true
|
||||
values:
|
||||
maxUsers: 16
|
||||
serverMessage: Welcome to Jamulus on eom.dev!
|
||||
ephemeralStorage: 32G
|
||||
Reference in New Issue
Block a user