Recent content by samikroon

  1. S

    Problems cloning from template with ansible

    For me the solution was to update the community.general collection by executing: ansible-galaxy collection install community.general
  2. S

    [SOLVED] netdev_configure_server_empty: 1240 Invalid argument - Custom loopback device names not supported

    Yesterday I executed the following inside a container because the private networking of hetzner only supports an mtu of 1400: ip link set mtu 1400 dev eth0 Now if I create a new lxc container or restart an existing one, it fails to start with the following message...