SSH接続において、踏み台サーバー(Bastion Host)を経由する設定はどこに記述するか。

ansible.cfgの[ssh_connection]セクションのssh_args、または~/.ssh/configでProxyCommand/ProxyJumpを設定する。