Skip to content

2.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Apr 00:38
· 1 commit to main since this release
e339316

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 from docker-compose.yml (#19)