summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ratchet up logging a few notches prior to controlling w/ verbosity settingsMichael DeHaan2012-03-201-0/+3
* Enhance logging, way to gate verbosity levels pending.Michael DeHaan2012-03-201-1/+0
* Add demonstration of only_if capabilityMichael DeHaan2012-03-201-0/+25
* Remove test from bottom of example that doesn't really make sense in the cont...Michael DeHaan2012-03-191-2/+0
* Allow conditional imports, see examples/playbook3.yml comments for a full exp...Michael DeHaan2012-03-193-20/+51
* Add note about localhost/authMichael DeHaan2012-03-301-0/+4
* Added cobbler external inventory script, which is a demo of how external inve...Michael DeHaan2012-03-301-0/+123
* Update example to use correct state nameMichael DeHaan2012-03-151-1/+1
* Update example to use correct service state; minor pep8 indent/spacing fixesMichael DeHaan2012-03-151-1/+1
* Rename hosts file back since included by MANIFEST.inMichael DeHaan2012-03-131-0/+0
* restructure the examples directory0.0.1Michael DeHaan2012-03-139-6/+32
* Annotate more files, fix missing imports messing with playbooks. Hey Tim, pl...Michael DeHaan2012-03-134-21/+110
* Annotated playbook exampleMichael DeHaan2012-03-131-13/+56
* Add external vars exampleMichael DeHaan2012-03-122-0/+5
* Add fire and forget exampleMichael DeHaan2012-03-121-0/+4
* This adds async poll support to playbooks. See examples. Some more testing ...Michael DeHaan2012-03-121-0/+4
* Fixes for better RPM packagingTim Bielawa2012-03-102-12/+37
* src= parameters for template and copy operations can be relative to the playb...Michael DeHaan2012-03-061-2/+2
* Parameterized include statements can see top level variables and also be pass...Michael DeHaan2012-03-052-1/+3
* Factoids and push variables via setup are now available to be templated in co...Michael DeHaan2012-03-052-5/+10
* * Added uptime.py as an example of somewhat minimal API usage & reportingMichael DeHaan2012-04-041-0/+31