Open SSSSeb opened 4 years ago
This happens due to 3.7 which disables IPv6. This removes the directory /proc/sys/net/ipv6
causing sysctl unable to set the parameters. My suggestion would be to skip 3.7 for now.
@florianutz I'm not sure what the best solution would be in this case. Add a variable in defaults/main.yml
which sets IPv6 disabled, and based on that we can either completely disable IPv6 OR set the sysctl parameters?
thanks a lot for your comment, this what I did already. I can help fixing if the plan is clear/understood.
Describe the bug
I followed the documentation and used all default settings and used the master branch at commit 918ee304c1e61718224a166a0bf9e19afdc2c131. I ran the full playbook using
ansible-playbook site.yml
on a freshly installed 18.04.4 ubuntu distro on one system (called n0002)...The problem is that running the playbook once works but not twice:
To Reproduce Steps to reproduce the behavior:
ansible-playbook site.yml
again