index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1308 from abondis/named_action
Michael DeHaan
2012-10-12
3
-10
/
+16
|
\
|
*
named actions + modules list in utils.py
Aurélien Bondis
2012-10-12
3
-10
/
+16
*
|
#1303: add sudo option to tasks
Aurélien Bondis
2012-10-12
2
-4
/
+12
|
/
*
Merge pull request #1300 from tbielawa/fix_module_path
Michael DeHaan
2012-10-12
1
-1
/
+5
|
\
|
*
Add DIST_MODULE_PATH so setup.py and ansible.spec can live in harmony. Closes...
Tim Bielawa
2012-10-11
1
-1
/
+5
*
|
Keep processing the rest of the vars_files even if one has vars
Daniel Hokka Zakrisson
2012-10-11
1
-1
/
+1
|
/
*
Test for directory existance, fix exception catching granularity
Michael DeHaan
2012-10-11
2
-6
/
+10
*
It has been reported that occasionally the md5sum command on certain platform...
Michael DeHaan
2012-10-11
1
-2
/
+12
*
Merge remote branch 'stijnopheide/jinja-relative' into devel
Michael DeHaan
2012-10-11
1
-1
/
+2
|
\
|
*
relative paths for (include/extends) in jinja2 templates
Stijn Opheide
2012-10-08
1
-1
/
+2
*
|
Merge remote branch 'abondis/named_actions_2' into devel
Michael DeHaan
2012-10-11
1
-2
/
+11
|
\
\
|
*
|
playbook/tasks: allow to use a module's name instead of action:
Aurélien Bondis
2012-10-09
1
-2
/
+11
*
|
|
Return multiple groups from inventory API.
Jeroen Hoekx
2012-10-10
1
-1
/
+4
|
/
/
*
|
Makes ports configurable for fireball. Note port defaults really belong in t...
Michael DeHaan
2012-10-09
3
-10
/
+23
*
|
Add inventory variables to hostvars.
Jeroen Hoekx
2012-10-08
1
-1
/
+17
|
/
*
Merge pull request #1246 from jpmens/nocows
Michael DeHaan
2012-10-07
1
-0
/
+2
|
\
|
*
Not for cow lovers: optionally disable cowsay
Jan-Piet Mens
2012-10-07
1
-0
/
+2
*
|
Added a ANSIBLE_FORCE_COLOR env var, which forces the color output no matter ...
Marko Mikulicic
2012-10-06
1
-0
/
+3
|
/
*
Merge pull request #1218 from jpmens/jtempl3
Michael DeHaan
2012-10-05
2
-3
/
+10
|
\
|
*
Allow user-specified $ansible_managed string with named parameters
Jan-Piet Mens
2012-10-04
2
-3
/
+10
*
|
Fix variable injection in pause module args. Closes #1209
Tim Bielawa
2012-10-04
1
-29
/
+28
|
/
*
Merge pull request #1204 from dagwieers/fatal-red
Michael DeHaan
2012-10-03
1
-6
/
+7
|
\
|
*
Make fatal errors red
Dag Wieers
2012-10-02
1
-6
/
+7
*
|
Merge pull request #1205 from dagwieers/ignore-cyan
Michael DeHaan
2012-10-03
1
-2
/
+2
|
\
\
|
*
|
Make ignored/skipped different from changed
Dag Wieers
2012-10-02
1
-2
/
+2
|
|
/
*
|
Merge pull request #1207 from dagwieers/gather_facts-fix
Michael DeHaan
2012-10-03
1
-1
/
+2
|
\
\
|
*
|
Fix gather_facts assumption that SETUP_CACHE for a host is empty
Dag Wieers
2012-10-02
1
-1
/
+2
|
|
/
*
|
Merge pull request #1202 from dagwieers/abort-play-abort-playbook
Michael DeHaan
2012-10-03
3
-6
/
+29
|
\
\
|
|
/
|
/
|
|
*
Abort a play at the start when no hosts matches, or no hosts are remaining
Dag Wieers
2012-10-02
3
-6
/
+29
*
|
Only gather facts once per node per playbook run
Daniel Hokka Zakrisson
2012-10-02
2
-2
/
+6
*
|
Feature: file info on templates accessible to Jinja2 templates
Jan-Piet Mens
2012-10-02
1
-1
/
+16
|
/
*
Include a space and a colon after prompts, so you don't have to put them in y...
Michael DeHaan
2012-10-02
1
-1
/
+1
*
Merge pull request #1186 from dhozac/varreplacewi-nonstr
Michael DeHaan
2012-10-02
1
-1
/
+1
|
\
|
*
Allow non-string types in with_items variables
Daniel Hokka Zakrisson
2012-10-01
1
-1
/
+1
*
|
Be smarter about when to abort a playbook -- if it's early, we just didn't ma...
Michael DeHaan
2012-10-02
2
-2
/
+10
*
|
Remove debug print statement
Daniel Hokka Zakrisson
2012-10-01
1
-1
/
+0
*
|
Give each task its own module_vars
Daniel Hokka Zakrisson
2012-10-01
1
-1
/
+2
|
/
*
If all hosts in a play fail, fail the whole playbook and don't bother printin...
Michael DeHaan
2012-10-01
2
-9
/
+5
*
Abort a play when there are no more hosts in it.
Michael DeHaan
2012-10-01
1
-3
/
+24
*
Merge pull request #1125 from dagwieers/setup-retain
Michael DeHaan
2012-10-01
1
-1
/
+1
|
\
|
*
Make sure we retain facts between playbooks
Dag Wieers
2012-09-28
1
-1
/
+1
*
|
Template out sudo_user so you can pass in variables using --extra-vars
Michael DeHaan
2012-10-01
1
-1
/
+1
*
|
add an error when user tries to async something that can't be asynced
Michael DeHaan
2012-10-01
1
-0
/
+2
*
|
Add message reporting skipped action in cli callback
Stephen Fromm
2012-09-30
1
-0
/
+1
*
|
Merge pull request #1159 from dhozac/include-with_items
Michael DeHaan
2012-09-30
3
-23
/
+42
|
\
\
|
*
|
Allow task includes to work with with_items
Daniel Hokka Zakrisson
2012-09-30
3
-23
/
+42
*
|
|
Replace lists with a comma-separated join
Daniel Hokka Zakrisson
2012-09-30
1
-0
/
+2
|
/
/
*
|
Fix typo in $FILE()
Daniel Hokka Zakrisson
2012-09-30
1
-1
/
+1
*
|
Merge pull request #1139 from lorin/config-precedence
Michael DeHaan
2012-09-29
1
-3
/
+3
|
\
\
|
*
|
ANSIBLE_CONFIG take precedence over ./ansible.cfg
Lorin Hochstein
2012-09-29
1
-3
/
+3
[next]