You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
turns out ip('public') is broken as well (bug is only triggered on systems that have no IPv6 at all, not even link local addresses), so the commit f7b70e1 breaks the dev branch on targets without any IPv6 addresses
Use public IPs only by default and fallback
to a single private IP in case we have no public IP.
Using public _and_ private IPv4 addresses at the same
time on a single host is not supported.
Fixes a bug where we created more than two
tor instances per public IPv4 address when the
host had private and public IPv4 addresses.
Variable 'tor_v4ips' can no longer be set since it is
potentially overwritten at runtime.
tor_maxips is replaced with tor_maxPublicIPs + tor_maxPrivateIPs
torrc: no longer include 'Address' line.
This would be simpler without bug ansible/ansible#14829 (#80).
ansible/ansible#14829
workaround commit:
9b1adbb
The text was updated successfully, but these errors were encountered: