14

It's simple to set this variable in an ansible.cfg but it makes sense only for hosts that do not have sftp (and most likely python as well). So I have a group for routers – is it possible to set this variable in group_vars?

hryamzik
  • 817
  • 1
  • 8
  • 9

1 Answers1

15

I'm not sure about group vars but you can set that option from the inventory file via ansible_ssh_transfer_method=scp. Might also work for group vars. Checked with version 2.3 of Ansible.

chicks
  • 3,793
  • 10
  • 27
  • 36
user1636717
  • 166
  • 2
  • 3