summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Rename: postgresql.yaml -> postgresql.ymlLorin Hochstein2012-07-291-0/+0
* Use standard argument names in PostgreSQL modulesLorin Hochstein2012-07-291-0/+38
* Slight tweaks on vars_prompt upgradesMichael DeHaan2012-07-271-18/+15
* Improved 'vars_prompt' syntax to support prompt text and (non-)private inputPetros Moisiadis2012-07-271-4/+17
* Small change to previous patch, make ranges of hosts inclusive.Michael DeHaan2012-07-241-20/+19
* Added a host expansion feature to ansible's inventory parsingChin Fang2012-07-241-0/+8
* fix module name in examplesMichael DeHaan2012-07-231-1/+1
* Tweaking daisychain internals to allow get_url to modify the path destination...Michael DeHaan2012-07-221-2/+2
* Merge branch 'get_url3' of https://github.com/jpmens/ansible into develMichael DeHaan2012-07-221-0/+16
|\
| * new module: get_urlJan-Piet Mens2012-07-211-0/+16
* | Script to migrate YAML users to the INI format, so we can deprecate YAML inve...Michael DeHaan2012-07-201-0/+206
|/
* Squashed commit of the following:Peter Sankauskas2012-07-152-0/+419
* Much streamlining around setup steps in playbooks, now only run setup once pe...Michael DeHaan2012-07-141-0/+6
* Merge pull request #590 from marktheunissen/mysqlMichael DeHaan2012-07-141-0/+21
|\
| * The MySQL modulesMark Theunissen2012-07-131-0/+21
* | Bring the cobbler external inventory script up to date with current usage (--...Michael DeHaan2012-07-121-3/+7
* | Make adding tags to a playbook work as shorthand to tagging all tasks in the ...Michael DeHaan2012-07-121-3/+18
* | Allow top level playbook files to import other playbook files, added some basicMichael DeHaan2012-07-121-0/+26
|/
* Allow include statements from plays to specify tags (see tags.yml example file).Michael DeHaan2012-07-111-10/+10
* Basic support for tagging tasks and selecting a subset of tasks to run with -...Michael DeHaan2012-07-111-0/+29
* Playbook refactoring -- work in progress.Michael DeHaan2012-05-261-1/+1
* Don't use template syntax in non-templates, it's not the default anymoreMichael DeHaan2012-05-082-4/+4
* Log last execution of ansible-pull to /var/log/ansible-pull.logMichael DeHaan2012-05-051-1/+1
* Change defaults so people have to make conscious decisions about pull setup.Michael DeHaan2012-05-011-7/+8
* Add some comments to ansible-pull and the example playbookMichael DeHaan2012-05-011-2/+30
* Copy inventory file to clientStephen Fromm2012-05-021-0/+3
* Add playbook and template to set up ansible-pullStephen Fromm2012-05-022-0/+21
* Revert "Revert "Actually wait for password prompt in remote sudo execution. ...Michael DeHaan2012-04-271-0/+1
* Playbook can now take a 'name' which it will show when starting the playMichael DeHaan2012-04-271-1/+2
* Add playbook example for first_available_fileMichael DeHaan2012-04-261-0/+28
* Add another example to file_secontext.ymlStephen Fromm2012-04-221-1/+7
* Add example playbook of file module's selinux capabilitiesStephen Fromm2012-04-211-0/+12
* Port shouldn't be in this exampleMichael DeHaan2012-04-161-1/+0
* Fixes to make ports DWIM.Michael DeHaan2012-04-161-0/+1
* Looping! With items! See examples/playbook/loop_with_items.yml for detailsMichael DeHaan2012-04-141-0/+30
* Add documentation for vars_promptMichael DeHaan2012-04-021-2/+7
* Add prompts exampleMichael DeHaan2012-04-021-0/+28
* Sudo support operational in both playbooks and main program. Implementation...Michael DeHaan2012-03-291-0/+4
* Merge pull request #101 from sfromm/user-moduleMichael DeHaan2012-03-281-1/+16
|\
| * Remove errant option on password modification actionStephen Fromm2012-03-281-1/+1
| * Update user_commands playbook with supplementary group examplesStephen Fromm2012-03-281-2/+17
* | Update group_commands playbook exampleStephen Fromm2012-03-281-7/+4
|/
* Add playbook to demonstrate use of group moduleStephen Fromm2012-03-261-0/+20
* Update user module to support group nameStephen Fromm2012-03-261-1/+1
* Make it such that the 'name' element of each playbook line is optional.Michael DeHaan2012-03-231-7/+5
* Move playbook for user commands into examples dirMichael DeHaan2012-03-221-0/+25
* Allow groups to be passed to runner API to make parse_hosts optional, misc fi...Michael DeHaan2012-03-221-1/+1
* rename example filesMichael DeHaan2012-03-214-0/+0
* No need to comment this part of the example out.Michael DeHaan2012-03-211-1/+1
* Allow variable expressions to be stored as variables themselves, do some thin...Michael DeHaan2012-03-211-5/+27