Add Satisfactory
This commit is contained in:
parent
27022e4a26
commit
57dd52f4dc
@ -29,6 +29,7 @@
|
||||
- web/nextcloud.yml
|
||||
- web/srv.yml
|
||||
- web/synapse.yml
|
||||
- game/satisfactory.yml
|
||||
tags: [ always ]
|
||||
roles:
|
||||
- role: backup
|
||||
|
17
playbooks/tasks/game/satisfactory.yml
Normal file
17
playbooks/tasks/game/satisfactory.yml
Normal file
@ -0,0 +1,17 @@
|
||||
# vim:ft=ansible:
|
||||
- name: docker deploy satisfactory
|
||||
docker_container:
|
||||
name: satisfactory
|
||||
state: started
|
||||
image: wolveix/satisfactory-server:latest
|
||||
restart_policy: unless-stopped
|
||||
pull: yes
|
||||
env:
|
||||
MAXPLAYERS: "8"
|
||||
ports:
|
||||
- '7777:7777/udp'
|
||||
- '15000:15000/udp'
|
||||
- '15777:15777/udp'
|
||||
volumes:
|
||||
- /data/satisfactory/config:/config
|
||||
tags: [ docker, satisfactory ]
|
Loading…
Reference in New Issue
Block a user