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
Jeremiah Heller 37bdefae74 add role_attr_flags parameter to postgresql_user
Pass role_attr_flags a list of comma separated role
attributes when creating or updating a user.
12 years ago
..
handlers
tasks Update some examples to explain why notify is not used 12 years ago
templates add logrotate config 12 years ago
vars
ansible_pull.yml Fix a test and a typo in an example 12 years ago
batch_size_control.yml Add examples of the 'serial' and 'delegate_to' keywords to examples/playbooks. 12 years ago
conditionals_part1.yml
conditionals_part2.yml
delegation.yml add note about 'local_action' 12 years ago
file_secontext.yml
get_url.yml
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 Update the example playbook for the new MySQL parameter format 12 years ago
nested_playbooks.yml update playbook example 12 years ago
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
tags.yml
user_commands.yml