Release Summary
This release adds support for configuring the new Palworld REST API using the Ansible collection.
Enable it by setting palworld_dedicated_server_api_enable
to true
, and configure the bind IP address and port with palworld_dedicated_server_api_bind_address
(defaults to 127.0.0.1
) and palworld_dedicated_server_api_bind_port
(defaults to 8212
).
This also fixes a warning that the Docker Compose file was generating with newer version of Docker Compose.
Major Changes
- Add support for the Palworld REST API (#21)
Bugfixes
- Remove the
version
attribute fromdocker-compose.yml
(#19)