mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-10 22:34:42 +02:00
- Nouveau rôle satisfactory_server : install steamcmd (login anonyme, app 1690800), service systemd avec update auto en ExecStartPre, MemoryMax=16G + Nice=5 (protège le llama-server), firewalld 7777 tcp+udp - Retries steamcmd (« Missing configuration » rc=8 au premier run) - Fcontext SELinux bin_t sur steamcmd/ et server/ (203/EXEC sinon) - gateway : DNAT 192.168.1.200:7777 → gpu-01:7777 (TCP+UDP) + forward - Doc admin/ops/satisfactory.md (accès, exploitation, pièges rencontrés) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
11 lines
418 B
YAML
11 lines
418 B
YAML
---
|
|
- name: Configure gpu-01
|
|
hosts: gpu_hosts
|
|
roles:
|
|
- { role: hermes_user, tags: [hermes_user] }
|
|
- { role: common, tags: [common] }
|
|
- { role: rocm, tags: [rocm] }
|
|
- { role: nfs_client, tags: [nfs_client] }
|
|
- { role: llama_server, tags: [llama_server] }
|
|
- { role: node_exporter, tags: [node_exporter] }
|
|
- { role: satisfactory_server, tags: [satisfactory_server] }
|