Link fixes (#39038)

* fixes links on plugins pages

* fixes links in community pages

* fixes links in user guide

* adds anchors on playbooks pages
This commit is contained in:
Alicia Cozine
2018-04-19 19:02:30 -05:00
committed by scottb
parent 7963279fc2
commit 408e29cbd2
17 changed files with 62 additions and 55 deletions

View File

@@ -12,22 +12,22 @@ Enabling Shell Plugins
++++++++++++++++++++++
You can add a custom shell plugin by dropping it into a ``shell_plugins`` directory adjacent to your play, inside a role,
or by putting it in one of the shell plugin directory sources configured in :doc:`ansible.cfg <../config>`.
or by putting it in one of the shell plugin directory sources configured in :ref:`ansible.cfg <ansible_configuration_settings>`.
.. warning:: You should not alter which plugin is used unless you have a setup in which the default ``/bin/sh``
is not a POSIX compatible shell or is not availble for execution.
is not a POSIX compatible shell or is not available for execution.
.. _using_shell:
Using Shell Plugins
+++++++++++++++++++
In addition to the default configuration settings in :doc:`../config`, you can use
In addition to the default configuration settings in :ref:`ansible_configuration_settings`, you can use
a 'connection variable' :ref:`ansible_shell_type` to select the plugin to use.
In this case, you will also want to update the :ref:`ansible_executable` to match.
You can further control the settings for each plugin via other configuration options
detailed in the plugin themsleves (linked below).
detailed in the plugin themselves (linked below).
.. toctree:: :maxdepth: 1
:glob: