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
Lorin Hochstein 5a109154f1 Rename: postgresql.yaml -> postgresql.yml 12 years ago
..
handlers restructure the examples directory 12 years ago
tasks Allow groups to be passed to runner API to make parse_hosts optional, misc fixes as a result of refactoring in Runner. 12 years ago
templates Much streamlining around setup steps in playbooks, now only run setup once per play. 12 years ago
vars fix module name in examples 12 years ago
ansible_pull.yml Change defaults so people have to make conscious decisions about pull setup. 12 years ago
conditionals_part1.yml rename example files 12 years ago
conditionals_part2.yml rename example files 12 years ago
file_secontext.yml Add another example to file_secontext.yml 12 years ago
get_url.yml Tweaking daisychain internals to allow get_url to modify the path destination when downloading to a directory. 12 years ago
group_commands.yml Revert "Revert "Actually wait for password prompt in remote sudo execution. Totally breaks stderr debugging" 12 years ago
intermediate_example.yml Playbook refactoring -- work in progress. 12 years ago
intro_example.yml Playbook can now take a 'name' which it will show when starting the play 12 years ago
loop_with_items.yml Looping! With items! See examples/playbook/loop_with_items.yml for details 12 years ago
mysql.yml The MySQL modules 12 years ago
nested_playbooks.yml Allow top level playbook files to import other playbook files, added some basic 12 years ago
postgresql.yml Rename: postgresql.yaml -> postgresql.yml 12 years ago
prompts.yml Slight tweaks on vars_prompt upgrades 12 years ago
selective_file_sources.yml Don't use template syntax in non-templates, it's not the default anymore 12 years ago
tags.yml Make adding tags to a playbook work as shorthand to tagging all tasks in the play. 12 years ago
user_commands.yml Remove errant option on password modification action 12 years ago