Commit Graph

134 Commits (0fefab66514ac10acaed754793df3106fca4c4a8)

Author SHA1 Message Date
Ted M. Young 28e7a25143 Wrong target for link?
Came to here from http://www.ansibleworks.com/docs/bestpractices.html, but I think the link here meant to go to https://github.com/ansible/ansible-examples and not https://github.com/ansible/ansible-examples/tree/master/language_features?
11 years ago
Michael DeHaan 601c2db116 Add a note about where the playbook examples have moved to. 11 years ago
Michael DeHaan 5aad416ffe remove playbook examples from main repo. Fear not, these are now in the ansible/ansible-examples repo :) 11 years ago
Michael DeHaan 5342c35f7c Update zfs example 11 years ago
Michael DeHaan b4715cdb9c update user example 11 years ago
Michael DeHaan 8ac6c73803 Simplify description of upgraded_vars example 11 years ago
Michael DeHaan 4d8734f30c Update selective file sources example 11 years ago
Michael DeHaan ae810d3318 update role example 11 years ago
Michael DeHaan a911afaaf2 update roletest example 11 years ago
Michael DeHaan 4569713d88 Update register_logic example 11 years ago
Michael DeHaan 777dbc1048 Update rabbitmq example 11 years ago
Michael DeHaan 12755b8961 Update postgres and prompts examples. 11 years ago
Michael DeHaan 6ae99cdc7a update netscaler example 11 years ago
Michael DeHaan 8d0b8c70ce update with_items example 11 years ago
Michael DeHaan f57e57ba54 Update loop_plugins example 11 years ago
Michael DeHaan 79c2a34fa0 update nested example 11 years ago
Michael DeHaan bacb6644db update group_by example 11 years ago
Michael DeHaan ca822045e2 Update get_url example 11 years ago
Michael DeHaan b5339fe32e update eucalyptus/ec2 example 11 years ago
Michael DeHaan 264f527c98 update environment example 11 years ago
Michael DeHaan 1f93887e02 Update delegation example. 11 years ago
Michael DeHaan 3575a3374b This conditional example is no longer needed. 11 years ago
Michael DeHaan ebad0d4474 Update conditional examples. 11 years ago
Michael DeHaan 1365f0d6ab Start of making docs use {{ format }} 11 years ago
Afsin Toparlak 9699e086d7 typo 11 years ago
Michael DeHaan 1f96925159 Update role example to show tag usage 11 years ago
Stoned Elipot e1ee257619 Default sudo password to SSH password.
While here factor out password prompting in ansible.utils
11 years ago
Michael DeHaan 37789a852a Rename set_up and tear_down to pre_tasks and post_tasks 11 years ago
Michael DeHaan d7623d1f91 Added a 'set_up' and 'tear_down' which are like tasks, but execute before and after roles. 11 years ago
Michael DeHaan 3ab0ed5fd4 Allow 'when' and 'with_items' to be applied to roles. 11 years ago
Michael DeHaan f0b21dcc0f allow references to names of variables in with_items without needing to surround them with Jinja2 '{{' delimeters 11 years ago
Michael DeHaan fffb1a0a9d Loose tasks not in roles get executed after roles. 11 years ago
Michael DeHaan f044fc344b When using roles, or other includes, the path to DWIM inside is the path of the task include
file.
11 years ago
Michael DeHaan 20ec682b30 Remove stray file 11 years ago
Michael DeHaan 5c4ed72571 Demo of parameterized roles! 11 years ago
Michael DeHaan f308194b9a Added examples of how roles work! 11 years ago
Michael DeHaan 94d189bc7f Make this example make sense :) 11 years ago
Michael DeHaan f585c4cde7 Upgraded variable support met with upgraded conditional support, see examples/playbooks/upgraded_vars.yml
for details!
11 years ago
Michael DeHaan df9e716208 Fix example 11 years ago
Michael DeHaan 0dbfa02f0c Example of how to do nested loops. 15 minutes of code :) 11 years ago
Nandor Sivok 2120580f7a netscaler module example playbook 11 years ago
Daniel Hokka Zakrisson baeb1bce11 Fix example crypt to include trailing $
Fixes #2305.
11 years ago
Chris Hoffman 3104b79d35 Adding parameters example 12 years ago
James Martin fa63a9b5f4 CloudFormation support. 12 years ago
Mikael Zayenz Lagerkvist a5a0ab6b53 Fixed file-path in comment from examples.yml to intro_example.yml. 12 years ago
Michael DeHaan 1026fa6ab5 Merge pull request #2122 from lwade/devel
Adding ec2-related module example to examples/playbooks
12 years ago
lwade 2dbe01ea7c Adding ec2-related module example to examples/playbooks 12 years ago
Michael DeHaan 8992fee2ab Correct documentation example, Snowball was a hampster. 12 years ago
Michael DeHaan 7da9992110 Add complex arguments example 12 years ago
Johan Wirén 94813d38e6 Added zfs example playbook 12 years ago