mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 12:33:59 -07:00
Rename ansible_ssh_{host,port,user} in docs to ansible_*
The _ssh variants will continue to work, but the shorter, more generic names are preferred now.
This commit is contained in:
parent
6dac8512a1
commit
f56a6e0951
6 changed files with 23 additions and 23 deletions
|
@ -103,7 +103,7 @@ inventory file may look something like this:
|
|||
|
||||
# Generated by Vagrant
|
||||
|
||||
machine ansible_ssh_host=127.0.0.1 ansible_ssh_port=2222
|
||||
machine ansible_host=127.0.0.1 ansible_port=2222
|
||||
|
||||
If you want to run Ansible manually, you will want to make sure to pass
|
||||
``ansible`` or ``ansible-playbook`` commands the correct arguments for the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue