summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/plugins/plugins.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:04:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:04:21 +0000
commit8a754e0858d922e955e71b253c139e071ecec432 (patch)
tree527d16e74bfd1840c85efd675fdecad056c54107 /docs/docsite/rst/plugins/plugins.rst
parentInitial commit. (diff)
downloadansible-core-8a754e0858d922e955e71b253c139e071ecec432.tar.xz
ansible-core-8a754e0858d922e955e71b253c139e071ecec432.zip
Adding upstream version 2.14.3.upstream/2.14.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/docsite/rst/plugins/plugins.rst')
-rw-r--r--docs/docsite/rst/plugins/plugins.rst48
1 files changed, 48 insertions, 0 deletions
diff --git a/docs/docsite/rst/plugins/plugins.rst b/docs/docsite/rst/plugins/plugins.rst
new file mode 100644
index 0000000..46ed28e
--- /dev/null
+++ b/docs/docsite/rst/plugins/plugins.rst
@@ -0,0 +1,48 @@
+.. _plugins_lookup:
+.. _working_with_plugins:
+
+********************
+Working with plugins
+********************
+
+Plugins are pieces of code that augment Ansible's core functionality. Ansible uses a plugin architecture to enable a rich, flexible and expandable feature set.
+
+Ansible ships with a number of handy plugins, and you can easily write your own.
+
+This section covers the various types of plugins that are included with Ansible:
+
+.. toctree::
+ :maxdepth: 1
+
+ action
+ become
+ cache
+ callback
+ cliconf
+ connection
+ docs_fragment
+ filter
+ httpapi
+ inventory
+ lookup
+ module
+ module_util
+ netconf
+ shell
+ strategy
+ terminal
+ test
+ vars
+
+.. seealso::
+
+ :ref:`plugin_filtering_config`
+ Controlling access to modules
+ :ref:`ansible_configuration_settings`
+ Ansible configuration documentation and settings
+ :ref:`command_line_tools`
+ Ansible tools, description and options
+ `User Mailing List <https://groups.google.com/group/ansible-devel>`_
+ Have a question? Stop by the google group!
+ :ref:`communication_irc`
+ How to join Ansible chat channels