summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/plugins/cliconf.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/rst/plugins/cliconf.rst')
-rw-r--r--docs/docsite/rst/plugins/cliconf.rst13
1 files changed, 5 insertions, 8 deletions
diff --git a/docs/docsite/rst/plugins/cliconf.rst b/docs/docsite/rst/plugins/cliconf.rst
index a0bee4da79..1d888c6b6c 100644
--- a/docs/docsite/rst/plugins/cliconf.rst
+++ b/docs/docsite/rst/plugins/cliconf.rst
@@ -7,6 +7,10 @@ Cliconf Plugins
:local:
:depth: 2
+.. warning::
+
+ Links on this page may not point to the most recent versions of plugins. In preparation for the release of 2.10, many plugins and modules have migrated to Collections on `Ansible Galaxy <https://galaxy.ansible.com>`_. For the current development status of Collections and FAQ see `Ansible Collections Community Guide <https://github.com/ansible-collections/general/blob/master/README.rst>`_.
+
Cliconf plugins are abstractions over the CLI interface to network devices. They provide a standard interface
for Ansible to execute tasks on those network devices.
@@ -37,14 +41,7 @@ Plugins are self-documenting. Each plugin should document its configuration opti
Plugin list
-----------
-You can use ``ansible-doc -t cliconf -l`` to see the list of available plugins.
-Use ``ansible-doc -t cliconf <plugin name>`` to see detailed documentation and examples.
-
-
-.. toctree:: :maxdepth: 1
- :glob:
-
- cliconf/*
+These plugins have migrated to a collection. Updates on where to find and how to use them will be coming soon.
.. seealso::