pcglue wrote:
What is it about ipv6 that would make this limited to my linodes? Why wouldn't I need a firewall like I would with ipv4? Thanks!
The fact that you have a fixed IPv6 block assigned to just your Linodes (assuming you use a pool, and not the default SLAAC address, which is within Linode's block).
That is, while you would still need to have a single firewall entry for the entire block, the entry can be a static component of your ansible configuration (or at least a task parameter if working with different groups of Linodes under different blocks), with no need to vary it dynamically based on a particular private address assigned to a new Linode.
-- David