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
That would be cool to have the role enabling IP forwarding as described in Enable IP forwarding
Here is how I do it now in the playbook just before the tailscale role:
tailscale
--- - name: Enable IPv4 forwarding ansible.posix.sysctl: { name: net.ipv4.ip_forward, value: 1 } - name: Enable IPv6 forwarding ansible.posix.sysctl: { name: net.ipv6.conf.all.forwarding, value: 1 }
I understand that not everybody would need/want to have it by default. Can be put behind some option.
The text was updated successfully, but these errors were encountered:
I too would find this useful - it is part of my tailscale playbook.
Sorry, something went wrong.
No branches or pull requests
That would be cool to have the role enabling IP forwarding as described in Enable IP forwarding
Here is how I do it now in the playbook just before the
tailscale
role:I understand that not everybody would need/want to have it by default. Can be put behind some option.
The text was updated successfully, but these errors were encountered: