ansible-role-luanti/tasks/main.yml
Eric Meehan 174c97221d Season II Configuration (#10)
Configured initial mods and copied main task from ansible-role-eom.

Reviewed-on: #10
2025-06-28 13:58:52 +00:00

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 }}"