I have a docker container from inside which I'm running ansible.
When I gather facts for the container (ansible -m setup localhost) , i see that the network related (ansible_default_ipv4) facts are not gathered.
Is there an explaination for this? Execution from outside the container is as expected