added attribution to author (#54356)

This commit is contained in:
Sandra McCann 2019-03-25 17:05:10 -04:00 committed by Alicia Cozine
parent f2f11341a3
commit 942b2646c2

View file

@ -326,6 +326,8 @@ If `ansible-playbook` fails, please follow the debug steps in :ref:`network_debu
Example 2: simplifying playbooks with network agnostic modules Example 2: simplifying playbooks with network agnostic modules
============================================================== ==============================================================
(This example originally appeared in the `Deep Dive on cli_command for Network Automation <https://www.ansible.com/blog/deep-dive-on-cli-command-for-network-automation>`_ blog post by Sean Cavanaugh -`@IPvSean <https://github.com/IPvSean>`_).
If you have two or more network platforms in your environment, you can use the network agnostic modules to simplify your playbooks. You can use network agnostic modules such as ``cli_command`` or ``cli_config`` in place of the platform-specific modules such as ``eos_config``, ``ios_config``, and ``junos_config``. This reduces the number of tasks and conditionals you need in your playbooks. If you have two or more network platforms in your environment, you can use the network agnostic modules to simplify your playbooks. You can use network agnostic modules such as ``cli_command`` or ``cli_config`` in place of the platform-specific modules such as ``eos_config``, ``ios_config``, and ``junos_config``. This reduces the number of tasks and conditionals you need in your playbooks.
.. note:: .. note::