mirror of
				https://github.com/ansible-collections/community.general.git
				synced 2024-09-14 20:13:21 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			569 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			569 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
Directives Glossary
 | 
						|
===================
 | 
						|
 | 
						|
Here we list the common playbook objects and their directives.
 | 
						|
Note that not all directives affect the object itself and might just be there to be inherited by other contained objects.
 | 
						|
Aliases for the directives are not reflected here, nor are mutable ones, for example `action` in task can be substituted by the name of any module plugin.
 | 
						|
 | 
						|
.. contents::
 | 
						|
   :local:
 | 
						|
   :depth: 1
 | 
						|
 | 
						|
{% for name in clist %}
 | 
						|
 | 
						|
{{ name }}
 | 
						|
{{ '-' * name|length }}
 | 
						|
{% for attribute in oblist[name]|sort %}
 | 
						|
  * {{ attribute }}
 | 
						|
{% endfor %}
 | 
						|
 | 
						|
{% endfor %}
 |