How to pass ssh args in ansible

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.

Use ansible_ssh_common_args in your inventory or wherever you set your vars, or use the --ssh-common-args cli flag