mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-05-08 06:13:02 +00:00
replace no more supported 'ansible_ssh_*' option names by the new ones
* Replace 'ansible_ssh_user' by 'ansible_user' everywhere. * Replace 'ansible_ssh_port' by 'ansible_port' everywhere. * Replace 'ansible_ssh_host' by 'ansible_host' everywhere.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
],
|
||||
"ansible_connection": "ssh",
|
||||
"ansible_ssh_common_args": "",
|
||||
"ansible_ssh_host": "127.0.0.1",
|
||||
"ansible_host": "127.0.0.1",
|
||||
"inventory_hostname": "default",
|
||||
"ansible_ssh_private_key_file": "/home/jtanner/workspace/issues/AP-15905/.vagrant/machines/default/virtualbox/private_key",
|
||||
"vars": {
|
||||
@@ -21,7 +21,7 @@
|
||||
"playbook_dir": "/home/jtanner/workspace/issues/AP-15905",
|
||||
"role_names": [],
|
||||
"inventory_dir": "/home/jtanner/workspace/issues/AP-15905/.vagrant/provisioners/ansible/inventory",
|
||||
"ansible_ssh_host": "127.0.0.1",
|
||||
"ansible_host": "127.0.0.1",
|
||||
"play_hosts": [
|
||||
"default"
|
||||
],
|
||||
@@ -40,15 +40,15 @@
|
||||
"default"
|
||||
]
|
||||
},
|
||||
"ansible_ssh_port": 2202,
|
||||
"ansible_port": 2202,
|
||||
"inventory_hostname": "default",
|
||||
"ansible_ssh_private_key_file": "/home/jtanner/workspace/issues/AP-15905/.vagrant/machines/default/virtualbox/private_key",
|
||||
"inventory_hostname_short": "default",
|
||||
"playbook_dir": "/home/jtanner/workspace/issues/AP-15905",
|
||||
"omit": "__omit_place_holder__c360b80aa60ddd99087425dcd3a2094cdd5b8474",
|
||||
"inventory_dir": "/home/jtanner/workspace/issues/AP-15905/.vagrant/provisioners/ansible/inventory",
|
||||
"ansible_ssh_host": "127.0.0.1",
|
||||
"ansible_ssh_user": "vagrant",
|
||||
"ansible_host": "127.0.0.1",
|
||||
"ansible_user": "vagrant",
|
||||
"group_names": [
|
||||
"ungrouped"
|
||||
],
|
||||
@@ -73,7 +73,7 @@
|
||||
"ungrouped"
|
||||
],
|
||||
"omit": "__omit_place_holder__c360b80aa60ddd99087425dcd3a2094cdd5b8474",
|
||||
"ansible_ssh_port": 2202,
|
||||
"ansible_port": 2202,
|
||||
"ansible_version": {
|
||||
"major": 2,
|
||||
"full": "2.2.0",
|
||||
@@ -81,7 +81,7 @@
|
||||
"minor": 2,
|
||||
"revision": 0
|
||||
},
|
||||
"ansible_ssh_user": "vagrant"
|
||||
"ansible_user": "vagrant"
|
||||
},
|
||||
"ansible_accelerate_port": 5099,
|
||||
"roledir": null,
|
||||
@@ -102,15 +102,15 @@
|
||||
"default"
|
||||
]
|
||||
},
|
||||
"ansible_ssh_port": 2202,
|
||||
"ansible_port": 2202,
|
||||
"inventory_hostname": "default",
|
||||
"ansible_ssh_private_key_file": "/home/jtanner/workspace/issues/AP-15905/.vagrant/machines/default/virtualbox/private_key",
|
||||
"inventory_hostname_short": "default",
|
||||
"playbook_dir": "/home/jtanner/workspace/issues/AP-15905",
|
||||
"omit": "__omit_place_holder__c360b80aa60ddd99087425dcd3a2094cdd5b8474",
|
||||
"inventory_dir": "/home/jtanner/workspace/issues/AP-15905/.vagrant/provisioners/ansible/inventory",
|
||||
"ansible_ssh_host": "127.0.0.1",
|
||||
"ansible_ssh_user": "vagrant",
|
||||
"ansible_host": "127.0.0.1",
|
||||
"ansible_user": "vagrant",
|
||||
"group_names": [
|
||||
"ungrouped"
|
||||
],
|
||||
@@ -148,14 +148,14 @@
|
||||
"default"
|
||||
]
|
||||
},
|
||||
"ansible_ssh_port": 2202,
|
||||
"ansible_port": 2202,
|
||||
"ansible_host": "127.0.0.1",
|
||||
"ansible_shell_executable": "/bin/sh",
|
||||
"inventory_hostname_short": "default",
|
||||
"omit": "__omit_place_holder__c360b80aa60ddd99087425dcd3a2094cdd5b8474",
|
||||
"inventory_dir": "/home/jtanner/workspace/issues/AP-15905/.vagrant/provisioners/ansible/inventory",
|
||||
"playbook_dir": "/home/jtanner/workspace/issues/AP-15905",
|
||||
"ansible_ssh_user": "vagrant",
|
||||
"ansible_user": "vagrant",
|
||||
"role_names": [],
|
||||
"play_hosts": [
|
||||
"default"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
],
|
||||
"ansible_connection": "ssh",
|
||||
"ansible_ssh_common_args": "",
|
||||
"ansible_ssh_host": "127.0.0.1",
|
||||
"ansible_host": "127.0.0.1",
|
||||
"inventory_hostname": "default",
|
||||
"ansible_ssh_private_key_file": "/home/jtanner/workspace/issues/AP-15905/.vagrant/machines/default/virtualbox/private_key",
|
||||
"vars": {
|
||||
@@ -21,7 +21,7 @@
|
||||
"playbook_dir": "/home/jtanner/workspace/issues/AP-15905",
|
||||
"role_names": [],
|
||||
"inventory_dir": "/home/jtanner/workspace/issues/AP-15905/.vagrant/provisioners/ansible/inventory",
|
||||
"ansible_ssh_host": "127.0.0.1",
|
||||
"ansible_host": "127.0.0.1",
|
||||
"play_hosts": [
|
||||
"default"
|
||||
],
|
||||
@@ -42,15 +42,15 @@
|
||||
"::1"
|
||||
]
|
||||
},
|
||||
"ansible_ssh_port": 2202,
|
||||
"ansible_port": 2202,
|
||||
"inventory_hostname": "default",
|
||||
"ansible_ssh_private_key_file": "/home/jtanner/workspace/issues/AP-15905/.vagrant/machines/default/virtualbox/private_key",
|
||||
"inventory_hostname_short": "default",
|
||||
"playbook_dir": "/home/jtanner/workspace/issues/AP-15905",
|
||||
"omit": "__omit_place_holder__c360b80aa60ddd99087425dcd3a2094cdd5b8474",
|
||||
"inventory_dir": "/home/jtanner/workspace/issues/AP-15905/.vagrant/provisioners/ansible/inventory",
|
||||
"ansible_ssh_host": "127.0.0.1",
|
||||
"ansible_ssh_user": "vagrant",
|
||||
"ansible_host": "127.0.0.1",
|
||||
"ansible_user": "vagrant",
|
||||
"group_names": [
|
||||
"ungrouped"
|
||||
],
|
||||
@@ -75,7 +75,7 @@
|
||||
"ungrouped"
|
||||
],
|
||||
"omit": "__omit_place_holder__c360b80aa60ddd99087425dcd3a2094cdd5b8474",
|
||||
"ansible_ssh_port": 2202,
|
||||
"ansible_port": 2202,
|
||||
"ansible_version": {
|
||||
"major": 2,
|
||||
"full": "2.2.0",
|
||||
@@ -83,7 +83,7 @@
|
||||
"minor": 2,
|
||||
"revision": 0
|
||||
},
|
||||
"ansible_ssh_user": "vagrant"
|
||||
"ansible_user": "vagrant"
|
||||
},
|
||||
"ansible_accelerate_port": 5099,
|
||||
"roledir": null,
|
||||
@@ -106,15 +106,15 @@
|
||||
"::1"
|
||||
]
|
||||
},
|
||||
"ansible_ssh_port": 2202,
|
||||
"ansible_port": 2202,
|
||||
"inventory_hostname": "default",
|
||||
"ansible_ssh_private_key_file": "/home/jtanner/workspace/issues/AP-15905/.vagrant/machines/default/virtualbox/private_key",
|
||||
"inventory_hostname_short": "default",
|
||||
"playbook_dir": "/home/jtanner/workspace/issues/AP-15905",
|
||||
"omit": "__omit_place_holder__c360b80aa60ddd99087425dcd3a2094cdd5b8474",
|
||||
"inventory_dir": "/home/jtanner/workspace/issues/AP-15905/.vagrant/provisioners/ansible/inventory",
|
||||
"ansible_ssh_host": "127.0.0.1",
|
||||
"ansible_ssh_user": "vagrant",
|
||||
"ansible_host": "127.0.0.1",
|
||||
"ansible_user": "vagrant",
|
||||
"group_names": [
|
||||
"ungrouped"
|
||||
],
|
||||
@@ -152,7 +152,7 @@
|
||||
"default"
|
||||
]
|
||||
},
|
||||
"ansible_ssh_port": 2202,
|
||||
"ansible_port": 2202,
|
||||
"ansible_host": "127.0.0.1",
|
||||
"ansible_shell_executable": "/bin/sh",
|
||||
"inventory_hostname_short": "default",
|
||||
@@ -160,7 +160,7 @@
|
||||
"ansible_python_interpreter": "/usr/bin/python",
|
||||
"inventory_dir": "/home/jtanner/workspace/issues/AP-15905/.vagrant/provisioners/ansible/inventory",
|
||||
"playbook_dir": "/home/jtanner/workspace/issues/AP-15905",
|
||||
"ansible_ssh_user": "vagrant",
|
||||
"ansible_user": "vagrant",
|
||||
"role_names": [],
|
||||
"play_hosts": [
|
||||
"default"
|
||||
|
||||
Reference in New Issue
Block a user