mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-16 12:04:43 +02:00
feat(ansible): serveur dédié Satisfactory sur gpu-01
- 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>
This commit is contained in:
parent
aaa982f93c
commit
bd169e5e1a
9 changed files with 262 additions and 1 deletions
9
ansible/roles/satisfactory_server/handlers/main.yml
Normal file
9
ansible/roles/satisfactory_server/handlers/main.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: Reload systemd
|
||||
ansible.builtin.systemd:
|
||||
daemon_reload: true
|
||||
|
||||
- name: Restart satisfactory-server
|
||||
ansible.builtin.systemd:
|
||||
name: satisfactory-server
|
||||
state: restarted
|
||||
Loading…
Add table
Add a link
Reference in a new issue