Open DevSecNinja opened 1 year ago
Thanks for the issue report I have not much time but I will try to look into this when ever I can.
Hey, no worries! I put my home lab back in a stable state as I won’t have time anymore this year due to studies. Thanks!
Hey, thanks for this cool project! I'm trying to execute the playbook on Ubuntu 20.04.6 LTS and ran into the following problems:
I temporarily removed the role to be able to proceed.
To fix this, I removed the ubuntu group under
user-management.yml
.Added my public key to the ssh-keys folder. Might be useful to document this in the readme.
It seems DNS is broken here since I can't resolve any domains like google.com anymore:
I guess this comes from the
name: Disable internal DNS
task since it disables the stub listener. Would it be better to install the packages before disabling the stub listener? Or disabling it just before theDeploy Stack using Docker Compose
task to get the port 53 binding to work. Although that task also needs DNS to function since it needs to pull containers.Host became unreachable after this step (both SSH and HTTPS). Even after a reboot, I couldn't connect anymore (connection refused on SSH):
Hope this helps!