docs (ansible): update inventory host vars example
Better reflect the true generated inventory output. [ci skip]
This commit is contained in:
parent
c99de13893
commit
06e772a241
|
@ -132,8 +132,8 @@ Generated inventory:
|
|||
```
|
||||
# Generated by Vagrant
|
||||
|
||||
host1 ansible_ssh_host=... http_port=80 maxRequestsPerChild=808
|
||||
host2 ansible_ssh_host=... http_port=303 maxRequestsPerChild=909
|
||||
host1 ansible_ssh_host=... http_port=80 maxRequestsPerChild=808
|
||||
host2 ansible_ssh_host=... http_port=303 maxRequestsPerChild=909
|
||||
```
|
||||
|
||||
**How to generate Inventory Groups:**
|
||||
|
|
Loading…
Reference in New Issue