mirror of
				https://github.com/ansible-collections/community.general.git
				synced 2024-09-14 20:13:21 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			40 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
.. _plugins_lookup:
 | 
						|
 | 
						|
********************
 | 
						|
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
 | 
						|
   cache
 | 
						|
   callback
 | 
						|
   connection
 | 
						|
   inventory
 | 
						|
   lookup
 | 
						|
   shell
 | 
						|
   strategy
 | 
						|
   vars
 | 
						|
   ../user_guide/playbooks_filters
 | 
						|
   ../user_guide/playbooks_tests
 | 
						|
   ../user_guide/plugin_filtering_config
 | 
						|
 | 
						|
.. seealso::
 | 
						|
 | 
						|
   :ref:`about_playbooks`
 | 
						|
       An introduction to playbooks
 | 
						|
   :ref:`ansible_configuration_settings`
 | 
						|
       Ansible configuration documentation and settings
 | 
						|
   :doc:`../user_guide/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!
 | 
						|
   `irc.freenode.net <http://irc.freenode.net>`_
 | 
						|
       #ansible IRC chat channel
 |