mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-08 22:30:04 -07:00
Rebuild + port docs
This commit is contained in:
parent
bdeff18675
commit
1caca11647
3 changed files with 10 additions and 1 deletions
|
@ -28,6 +28,11 @@ The format for /etc/ansible/hosts looks like this::
|
|||
The things in brackets are group names, you don't have to have them,
|
||||
but they are useful.
|
||||
|
||||
If you have hosts that run on non-standard SSH ports you can put the port number
|
||||
after the hostname with a colon. This requires Ansible 0.3 (integration branch)::
|
||||
|
||||
four.example.com:5309
|
||||
|
||||
Selecting Targets
|
||||
+++++++++++++++++
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue