Hi Guys , I want to pass ang ssh arguments since I cannot directly use ssh@IP, I want to add this arguments;
ssh -o KexAlgorithms=diffie-hellman-group14-sha1 -o HostKeyAlgorithms=+ssh-dss -caes128-cbc@IP
How can i configure this to ansible. thanks in advance.