Use ansible_ssh_common_args in your inventory or wherever you set your vars, or use the --ssh-common-args cli flag
On Thu, Jul 8, 2021 at 7:11 PM Vincent Nambatac <[email protected]> wrote: > > 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. > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/a3655f4f-24aa-4268-82bb-7405e0f3b4f0n%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/a3655f4f-24aa-4268-82bb-7405e0f3b4f0n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CALF5A-Kowrv0RxV0Qv6pneWtD54UKvhQTgZnSFVrGUTr1SbZLg%40mail.gmail.com.
