ansible/examples/playbooks
2012-07-29 13:52:30 -04:00
..
handlers
tasks
templates Much streamlining around setup steps in playbooks, now only run setup once per play. 2012-07-14 12:24:19 -04:00
vars fix module name in examples 2012-07-23 21:06:24 -04:00
ansible_pull.yml
conditionals_part1.yml
conditionals_part2.yml
file_secontext.yml
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_commands.yml
intermediate_example.yml Playbook refactoring -- work in progress. 2012-05-26 00:37:34 -04:00
intro_example.yml
loop_with_items.yml
mysql.yml The MySQL modules 2012-07-13 17:07:23 -05:00
nested_playbooks.yml Allow top level playbook files to import other playbook files, added some basic 2012-07-12 00:19:44 -04:00
postgresql.yml Rename: postgresql.yaml -> postgresql.yml 2012-07-29 13:52:30 -04:00
prompts.yml Slight tweaks on vars_prompt upgrades 2012-07-27 19:00:48 -04:00
selective_file_sources.yml
tags.yml Make adding tags to a playbook work as shorthand to tagging all tasks in the play. 2012-07-12 00:58:48 -04:00
user_commands.yml