Add yaml version of using host variables example (#47700)
This commit is contained in:
parent
e38796bf7b
commit
f000baf6f7
1 changed files with 12 additions and 0 deletions
|
@ -137,6 +137,18 @@ As described above, it is easy to assign variables to hosts that will be used la
|
||||||
host1 http_port=80 maxRequestsPerChild=808
|
host1 http_port=80 maxRequestsPerChild=808
|
||||||
host2 http_port=303 maxRequestsPerChild=909
|
host2 http_port=303 maxRequestsPerChild=909
|
||||||
|
|
||||||
|
The YAML version:
|
||||||
|
|
||||||
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
atlanta:
|
||||||
|
host1:
|
||||||
|
http_port: 80
|
||||||
|
maxRequestsPerChild: 808
|
||||||
|
host2:
|
||||||
|
http_port: 303
|
||||||
|
maxRequestsPerChild: 909
|
||||||
|
|
||||||
.. _group_variables:
|
.. _group_variables:
|
||||||
|
|
||||||
Group Variables
|
Group Variables
|
||||||
|
|
Loading…
Reference in a new issue