ansible/examples/playbooks
Jeroen Hoekx 8ffed6df75 Support custom jinja2 filters.
This uses the plugin framework to add filter plugins.
The previously hardcoded core filters are defined using the plugin
framework now.
2012-11-05 15:11:34 +01:00
..
filter_plugins Support custom jinja2 filters. 2012-11-05 15:11:34 +01:00
handlers restructure the examples directory 2012-03-13 19:27:13 -04:00
tasks Update some examples to explain why notify is not used 2012-10-12 18:12:22 -04:00
templates Support custom jinja2 filters. 2012-11-05 15:11:34 +01:00
vars fix module name in examples 2012-07-23 21:06:24 -04:00
ansible_pull.yml Fix a test and a typo in an example 2012-09-18 21:10:07 -04:00
batch_size_control.yml Add examples of the 'serial' and 'delegate_to' keywords to examples/playbooks. 2012-08-18 10:11:17 -04:00
conditionals_part1.yml whitespace 2012-08-06 20:00:31 -04:00
conditionals_part2.yml Add note about when you still have to use only_if 2012-10-27 18:22:16 -04:00
conditionals_part3.yml Added 'when' as a shortcut around only_if. 2012-10-27 17:55:35 -04:00
custom_filters.yml Support custom jinja2 filters. 2012-11-05 15:11:34 +01:00
delegation.yml add note about 'local_action' 2012-08-20 18:26:22 -04:00
file_secontext.yml Add another example to file_secontext.yml 2012-04-22 00:14:40 -07:00
get_url.yml Tweaking daisychain internals to allow get_url to modify the path destination when downloading to a directory. 2012-07-22 11:08:16 -04:00
group_by.yml Simplify the group_by example a small bit 2012-10-30 20:00:21 -04:00
group_commands.yml Revert "Revert "Actually wait for password prompt in remote sudo execution. Totally breaks stderr debugging" 2012-04-27 00:46:17 -04:00
intermediate_example.yml Update some examples to explain why notify is not used 2012-10-12 18:12:22 -04:00
intro_example.yml whitespace 2012-08-06 20:00:31 -04:00
loop_plugins.yml refine example 2012-10-12 21:39:35 -04:00
loop_with_items.yml Looping! With items! See examples/playbook/loop_with_items.yml for details 2012-04-14 09:55:24 -04:00
mysql.yml Update the example playbook for the new MySQL parameter format 2012-08-28 17:51:12 -05:00
nested_playbooks.yml update playbook example 2012-08-28 20:27:17 -04:00
postgresql.yml add role_attr_flags parameter to postgresql_user 2012-10-15 16:03:10 -07:00
prompts.yml add output of password step for easy testing 2012-08-09 21:42:47 -04:00
register_logic.yml Simplify register example 2012-09-29 08:10:45 -04:00
selective_file_sources.yml whitespace 2012-08-06 20:00:31 -04:00
tags.yml whitespace 2012-08-06 20:00:31 -04:00
user_commands.yml Remove errant option on password modification action 2012-03-28 14:50:26 -07:00