c12s-kubespray/roles/bastion-ssh-config
abelgana a591657f36 Replace ansible_ssh_* by ansible_*
Ansible 2.0 has deprecated the “ssh” from ansible_ssh_user, ansible_ssh_host, and ansible_ssh_port to become ansible_user, ansible_host, and ansible_port. If you are using a version of Ansible prior to 2.0, you should continue using the older style variables (ansible_ssh_*). These shorter variables are ignored, without warning, in older versions of Ansible.

I am not sure about the broader impact of this change. But I have seen on the requirements the version required is ansible>=2.4.0.

http://docs.ansible.com/ansible/latest/intro_inventory.html
2017-10-13 11:07:26 -04:00
..
tasks Replace ansible_ssh_* by ansible_* 2017-10-13 11:07:26 -04:00
templates Insert a newline in bastion after ProxyCommand conditional 2017-09-18 16:29:12 +01:00