Fix a small typo
This commit is contained in:
parent
12ecff71ba
commit
80bb49c8b7
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ Here is lamp_haproxy's ``group_vars/all`` file. As you might expect, these varia
|
||||||
|
|
||||||
This is a YAML file, and you can create lists and dictionaries for more complex variable structures.
|
This is a YAML file, and you can create lists and dictionaries for more complex variable structures.
|
||||||
In this case, we are just setting two variables, one for the port for the web server, and one for the
|
In this case, we are just setting two variables, one for the port for the web server, and one for the
|
||||||
NTP server that our machiens should use for time synchronization.
|
NTP server that our machines should use for time synchronization.
|
||||||
|
|
||||||
Here's another group variables file. This is ``group_vars/dbservers`` which applies to the hosts in the ``dbservers`` group::
|
Here's another group variables file. This is ``group_vars/dbservers`` which applies to the hosts in the ``dbservers`` group::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue