You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
12 years ago
..
filter_plugins Support custom jinja2 filters. 12 years ago
handlers
tasks Update some examples to explain why notify is not used 12 years ago
templates Support custom jinja2 filters. 12 years ago
vars
ansible_pull.yml Fix a test and a typo in an example 12 years ago
batch_size_control.yml
conditionals_part1.yml
conditionals_part2.yml Add note about when you still have to use only_if 12 years ago
conditionals_part3.yml Added 'when' as a shortcut around only_if. 12 years ago
custom_filters.yml Support custom jinja2 filters. 12 years ago
delegation.yml
file_secontext.yml
get_url.yml
group_by.yml Simplify the group_by example a small bit 12 years ago
group_commands.yml
intermediate_example.yml Update some examples to explain why notify is not used 12 years ago
intro_example.yml
loop_plugins.yml refine example 12 years ago
loop_with_items.yml
mysql.yml
nested_playbooks.yml
postgresql.yml add role_attr_flags parameter to postgresql_user 12 years ago
prompts.yml
register_logic.yml Simplify register example 12 years ago
selective_file_sources.yml whitespace 12 years ago
tags.yml
user_commands.yml