hifis-net / ansible-role-gitlab-runner

:warning: PLEASE NOTE: This role has been migrated to our hifis.toolkit collection. :warning: Ansible role for deploying GitLab-Runner. The role is optimized for use with Openstack.
https://galaxy.ansible.com/ui/repo/published/hifis/toolkit/
Other
8 stars 2 forks source link

feat: configure default-network-opts mtu #229

Closed tobiashuste closed 8 months ago

tobiashuste commented 8 months ago

If an MTU lower than 1500 is present, docker-compose inside CI jobs can lead to issues as docker-compose always defaults to networks with an MTU of 1500. With this change a user should not be required to set the MTU on their own in docker-compose. Requires at least Docker 24.

tobiashuste commented 8 months ago

@Normo Could you please check this. I hope this helps to resolve the docker-compose MTU related issues.