Documentation fixes

This commit is contained in:
Toshio Kuratomi 2015-05-05 13:50:46 -07:00
commit 4839243366
4 changed files with 7 additions and 7 deletions

View file

@ -157,7 +157,7 @@ it will be automatically discoverable via a dynamic group like so::
Using this philosophy can be a great way to keep systems separated by the function they perform.
In this example, if we wanted to define variables that are automatically applied to each machine tagged with the 'class' of 'webserver', 'group_vars'
in ansible can be used. See :doc:`splitting_out_vars`.
in ansible can be used. See :ref:`splitting_out_vars`.
Similar groups are available for regions and other classifications, and can be similarly assigned variables using the same mechanism.