summaryrefslogtreecommitdiffstats
path: root/examples (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Update delegation example.Michael DeHaan2013-05-051-5/+5
* This conditional example is no longer needed.Michael DeHaan2013-05-051-47/+0
* Update conditional examples.Michael DeHaan2013-05-052-26/+11
* Start of making docs use {{ format }}Michael DeHaan2013-05-053-7/+2
* typoAfsin Toparlak2013-05-011-1/+1
* Merge branch 'nocows' of git://github.com/jpmens/ansible into develMichael DeHaan2013-04-271-0/+4
|\
| * Make ANSIBLE_NOCOWS configurableJan-Piet Mens2013-04-231-0/+4
* | Adds a logfile for ansible playbooks that can be set by the environment or co...Michael DeHaan2013-04-271-0/+6
* | Update role example to show tag usageMichael DeHaan2013-04-251-3/+4
|/
* Default sudo password to SSH password.Stoned Elipot2013-04-231-0/+57
* Rename set_up and tear_down to pre_tasks and post_tasksMichael DeHaan2013-04-201-7/+10
* Added a 'set_up' and 'tear_down' which are like tasks, but execute before and...Michael DeHaan2013-04-201-0/+13
* Allow 'when' and 'with_items' to be applied to roles.Michael DeHaan2013-04-131-1/+1
* allow references to names of variables in with_items without needing to surro...Michael DeHaan2013-04-111-4/+13
* Loose tasks not in roles get executed after roles.Michael DeHaan2013-04-071-0/+7
* When using roles, or other includes, the path to DWIM inside is the path of t...Michael DeHaan2013-04-071-0/+4
* Remove stray fileMichael DeHaan2013-04-061-8/+0
* Demo of parameterized roles!Michael DeHaan2013-04-062-3/+16
* Added examples of how roles work!Michael DeHaan2013-04-067-0/+68
* Make this example make sense :)Michael DeHaan2013-04-061-1/+1
* Upgraded variable support met with upgraded conditional support, see examples...Michael DeHaan2013-04-061-0/+24
* Documented executable setting for ansible.cfgwillthames2013-04-051-0/+7
* Fix exampleMichael DeHaan2013-03-121-1/+1
* Example of how to do nested loops. 15 minutes of code :)Michael DeHaan2013-03-111-0/+10
* netscaler module example playbookNandor Sivok2013-03-071-0/+25
* Fix example crypt to include trailing $Daniel Hokka Zakrisson2013-03-051-1/+1
* Adding parameters exampleChris Hoffman2013-03-011-1/+4
* CloudFormation support.James Martin2013-02-222-0/+444
* Fixed file-path in comment from examples.yml to intro_example.yml.Mikael Zayenz Lagerkvist2013-02-211-1/+1
* Merge pull request #2122 from lwade/develMichael DeHaan2013-02-201-0/+53
|\
| * Adding ec2-related module example to examples/playbookslwade2013-02-181-0/+53
* | Correct documentation example, Snowball was a hampster.Michael DeHaan2013-02-171-1/+1
* | Add complex arguments exampleMichael DeHaan2013-02-171-0/+55
* | Merge pull request #2084 from johanwiren/zfsMichael DeHaan2013-02-161-0/+31
|\ \
| * | Added zfs example playbookJohan Wirén2013-02-141-0/+31
| |/
* | Fixes jina typosMichel Blanc2013-02-161-2/+2
* | Adds configurable jinja2 extension loadingMichel Blanc2013-02-161-0/+7
|/
* Remove unneccesary quotes from user taskChris Hoffman2013-02-101-2/+1
* minor aesthetics tweakMichael DeHaan2013-02-101-2/+1
* Add example of working with the environmentMichael DeHaan2013-02-101-0/+33
* Change the 0.X part to not imply something new was added in 0.X something if ...Michael DeHaan2013-02-091-1/+1
* Add rabbitmq_vhost module.Matt Cordial2013-02-091-0/+3
* Adding rabbitmq modulesChris Hoffman2013-02-091-0/+34
* Add sudo_flags configuration option to alter sudo behaviourDaniel Hokka Zakrisson2013-01-281-0/+3
* Merge pull request #1903 from leucos/mergeable-hash-varsDaniel Hokka Zakrisson2013-01-251-0/+10
|\
| * Adds user-selectable hash merging support in varsMichel Blanc2013-01-231-0/+10
* | Update examples/playbooks/ansible_pull.ymlFrancesc Esplugas2013-01-241-1/+1
|/
* Merge pull request #1894 from ron1/develDaniel Hokka Zakrisson2013-01-231-0/+5
|\
| * Update examples/ansible.cfg with sudo_exeron12013-01-231-0/+5
* | Merge pull request #1875 from cocoy/vars_prompt_defaultMichael DeHaan2013-01-211-1/+3
|\ \ | |/ |/|