I need to make sure, that all my servers per default trust each other, so I don't have to be prompted to trust the hosts when I setup ssh tunnels between my servers. How can I do that with ansible?
All my servers are stop with host names which can be accessed via: "{{ groups['all'] }}"