Closed DevScarabyte closed 10 months ago
jinja[spacing]: Jinja2 spacing could be improved: {{ lgsm_name | replace('lgsm_','') }} -> {{ lgsm_name | replace('lgsm_', '') }} (warning)
roles/lgsm/defaults/main.yml:50 Jinja2 template rewrite recommendation: `{{ lgsm_name | replace('lgsm_', '') }}`.
yaml[trailing-spaces]: Trailing spaces
roles/lgsm/tasks/main.yml:32
Description
Role to install game servers using docker-gameserver to manage the servers. It depends on using the multi-instance configuration to set the correct image, directory, ports, and any other settings.
The
lgsm
instance will be ignored since it will throw errors saying there is no such docker image.How Has This Been Tested?
These are the instances i used to test in my inventory config
The configs for servers are in
/opt/CONTAINERNAME/config-lgsm/LGSMSERVERNAME/
For example my valheim config would be/opt/lgsm_valheim/config-lgsm/vhserver/vhserver.cfg
which is the lgsm instance config for that server./opt/lgsm_valheim/config-lgsm/vhserver/common.cfg
works too. Can read more here