summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1308 from abondis/named_actionMichael DeHaan2012-10-123-10/+16
|\
| * named actions + modules list in utils.pyAurélien Bondis2012-10-123-10/+16
* | #1303: add sudo option to tasksAurélien Bondis2012-10-122-4/+12
|/
* Merge pull request #1300 from tbielawa/fix_module_pathMichael DeHaan2012-10-121-1/+5
|\
| * Add DIST_MODULE_PATH so setup.py and ansible.spec can live in harmony. Closes...Tim Bielawa2012-10-111-1/+5
* | Keep processing the rest of the vars_files even if one has varsDaniel Hokka Zakrisson2012-10-111-1/+1
|/
* Test for directory existance, fix exception catching granularityMichael DeHaan2012-10-112-6/+10
* It has been reported that occasionally the md5sum command on certain platform...Michael DeHaan2012-10-111-2/+12
* Merge remote branch 'stijnopheide/jinja-relative' into develMichael DeHaan2012-10-111-1/+2
|\
| * relative paths for (include/extends) in jinja2 templatesStijn Opheide2012-10-081-1/+2
* | Merge remote branch 'abondis/named_actions_2' into develMichael DeHaan2012-10-111-2/+11
|\ \
| * | playbook/tasks: allow to use a module's name instead of action:Aurélien Bondis2012-10-091-2/+11
* | | Return multiple groups from inventory API.Jeroen Hoekx2012-10-101-1/+4
|/ /
* | Makes ports configurable for fireball. Note port defaults really belong in t...Michael DeHaan2012-10-093-10/+23
* | Add inventory variables to hostvars.Jeroen Hoekx2012-10-081-1/+17
|/
* Merge pull request #1246 from jpmens/nocowsMichael DeHaan2012-10-071-0/+2
|\
| * Not for cow lovers: optionally disable cowsayJan-Piet Mens2012-10-071-0/+2
* | Added a ANSIBLE_FORCE_COLOR env var, which forces the color output no matter ...Marko Mikulicic2012-10-061-0/+3
|/
* Merge pull request #1218 from jpmens/jtempl3Michael DeHaan2012-10-052-3/+10
|\
| * Allow user-specified $ansible_managed string with named parametersJan-Piet Mens2012-10-042-3/+10
* | Fix variable injection in pause module args. Closes #1209Tim Bielawa2012-10-041-29/+28
|/
* Merge pull request #1204 from dagwieers/fatal-redMichael DeHaan2012-10-031-6/+7
|\
| * Make fatal errors redDag Wieers2012-10-021-6/+7
* | Merge pull request #1205 from dagwieers/ignore-cyanMichael DeHaan2012-10-031-2/+2
|\ \
| * | Make ignored/skipped different from changedDag Wieers2012-10-021-2/+2
| |/
* | Merge pull request #1207 from dagwieers/gather_facts-fixMichael DeHaan2012-10-031-1/+2
|\ \
| * | Fix gather_facts assumption that SETUP_CACHE for a host is emptyDag Wieers2012-10-021-1/+2
| |/
* | Merge pull request #1202 from dagwieers/abort-play-abort-playbookMichael DeHaan2012-10-033-6/+29
|\ \ | |/ |/|
| * Abort a play at the start when no hosts matches, or no hosts are remainingDag Wieers2012-10-023-6/+29
* | Only gather facts once per node per playbook runDaniel Hokka Zakrisson2012-10-022-2/+6
* | Feature: file info on templates accessible to Jinja2 templatesJan-Piet Mens2012-10-021-1/+16
|/
* Include a space and a colon after prompts, so you don't have to put them in y...Michael DeHaan2012-10-021-1/+1
* Merge pull request #1186 from dhozac/varreplacewi-nonstrMichael DeHaan2012-10-021-1/+1
|\
| * Allow non-string types in with_items variablesDaniel Hokka Zakrisson2012-10-011-1/+1
* | Be smarter about when to abort a playbook -- if it's early, we just didn't ma...Michael DeHaan2012-10-022-2/+10
* | Remove debug print statementDaniel Hokka Zakrisson2012-10-011-1/+0
* | Give each task its own module_varsDaniel Hokka Zakrisson2012-10-011-1/+2
|/
* If all hosts in a play fail, fail the whole playbook and don't bother printin...Michael DeHaan2012-10-012-9/+5
* Abort a play when there are no more hosts in it.Michael DeHaan2012-10-011-3/+24
* Merge pull request #1125 from dagwieers/setup-retainMichael DeHaan2012-10-011-1/+1
|\
| * Make sure we retain facts between playbooksDag Wieers2012-09-281-1/+1
* | Template out sudo_user so you can pass in variables using --extra-varsMichael DeHaan2012-10-011-1/+1
* | add an error when user tries to async something that can't be asyncedMichael DeHaan2012-10-011-0/+2
* | Add message reporting skipped action in cli callbackStephen Fromm2012-09-301-0/+1
* | Merge pull request #1159 from dhozac/include-with_itemsMichael DeHaan2012-09-303-23/+42
|\ \
| * | Allow task includes to work with with_itemsDaniel Hokka Zakrisson2012-09-303-23/+42
* | | Replace lists with a comma-separated joinDaniel Hokka Zakrisson2012-09-301-0/+2
|/ /
* | Fix typo in $FILE()Daniel Hokka Zakrisson2012-09-301-1/+1
* | Merge pull request #1139 from lorin/config-precedenceMichael DeHaan2012-09-291-3/+3
|\ \
| * | ANSIBLE_CONFIG take precedence over ./ansible.cfgLorin Hochstein2012-09-291-3/+3