Configured initial mods and copied main task from ansible-role-eom. Reviewed-on: #10
21 lines
514 B
YAML
21 lines
514 B
YAML
---
|
|
# tasks file for ansible-role-luanti
|
|
- name: Deploy Luanti
|
|
kubernetes.core.helm:
|
|
name: luanti
|
|
chart_ref: oci://tccr.io/truecharts/minetest
|
|
release_namespace: luanti
|
|
create_namespace: true
|
|
values:
|
|
service:
|
|
main:
|
|
type: LoadBalancer
|
|
externalTrafficPolicy: Local
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
CLI_ARGS: "--gameid minetest_game --worldname {{ worldname }}"
|