We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linode-caddy/roles/sunrise/handlers/main.yml
Lines 39 to 44 in 8502fd0
The text was updated successfully, but these errors were encountered:
typical error:
RUNNING HANDLER [sunrise : let caddy bind to ports 80 and 443] ************************************************************ fatal: [america.maximumethics.dev]: FAILED! => {"changed": false, "msg": "Unable to get capabilities of /usr/bin/caddy", "stderr": "", "stderr_lines": [], "stdout": "/usr/bin/caddy cap_net_bind_service=ep", "stdout_lines": ["/usr/bin/caddy cap_net_bind_service=ep"]}
Sorry, something went wrong.
Maybe we're not supposed to do this at all on newer versions of systemd? https://newbedev.com/caddy-listen-tcp-443-bind-permission-denied
I guess I'll plan to disable it on Arch Linux, which is on systemd 250? We already have AmbientCapabilities=CAP_NET_BIND_SERVICE in our service file.
AmbientCapabilities=CAP_NET_BIND_SERVICE
No branches or pull requests
linode-caddy/roles/sunrise/handlers/main.yml
Lines 39 to 44 in 8502fd0
The text was updated successfully, but these errors were encountered: