]> freie-schul-it.de Git - fsit_smgt.git/commitdiff
added Luanti (aka Minetest) playbook
authorUllli <ullli@freie-schul-it.de>
Tue, 2 Jun 2026 06:27:28 +0000 (08:27 +0200)
committerUllli <ullli@freie-schul-it.de>
Tue, 2 Jun 2026 06:27:28 +0000 (08:27 +0200)
tasks/luanti.yml [new file with mode: 0644]
tasks/main.yml

diff --git a/tasks/luanti.yml b/tasks/luanti.yml
new file mode 100644 (file)
index 0000000..6fd5bb1
--- /dev/null
@@ -0,0 +1,6 @@
+---
+- name: install server specific packages
+  ansible.builtin.apt:
+    pkg:
+      - luanti-server
+
index 0f78c26e8f2a5ea59de07be4ce742dde27eb3b86..13569b6d32e91553ce190593b273b1816c7800d6 100644 (file)
@@ -61,6 +61,9 @@
 - name: Koha - Bibliotheks-Software
   ansible.builtin.include_tasks: koha.yml
   when: ("koha" in group_names)
 - name: Koha - Bibliotheks-Software
   ansible.builtin.include_tasks: koha.yml
   when: ("koha" in group_names)
+- name: Luanti - voxel game engine (fka Minetest)
+  ansible.builtin.include_tasks: luanti.yml
+  when: ("luanti" in group_names)
 # inventroy lieber mit ansible-cmd
 # Inventory immer als letztes
 #- name: Include inventory (last task)
 # inventroy lieber mit ansible-cmd
 # Inventory immer als letztes
 #- name: Include inventory (last task)