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
*
Add vars to host_vars to prevent some suprises
Michael DeHaan
2012-08-15
2
-0
/
+3
*
Adding ability to set ssh args from config file
Michael DeHaan
2012-08-15
2
-2
/
+4
*
Load parent groups when processing group_vars
Michael DeHaan
2012-08-15
3
-2
/
+15
*
Merge pull request #865 from jdavisp3/vars-file
Michael DeHaan
2012-08-14
1
-6
/
+2
|
\
|
*
Always load group_vars and host_vars.
Dave Peticolas
2012-08-14
1
-6
/
+2
*
|
Further fixes for constants following config introduction
willthames
2012-08-14
1
-7
/
+15
|
/
*
update config code
Michael DeHaan
2012-08-14
1
-24
/
+0
*
config file support
Michael DeHaan
2012-08-14
1
-23
/
+79
*
formatting
Michael DeHaan
2012-08-12
1
-8
/
+8
*
Add module common code to allow it to be easier to indicate whether arguments...
Michael DeHaan
2012-08-12
1
-3
/
+41
*
Default -u (user) and "user:" in playbooks to the current user.
Michael DeHaan
2012-08-11
2
-1
/
+8
*
Allow /bin/ansible to use --limit
Michael DeHaan
2012-08-11
1
-1
/
+7
*
Add support for ranged patterns like webservers[0-49] for hitting the first 5...
Michael DeHaan
2012-08-11
1
-5
/
+22
*
fix indents
Michael DeHaan
2012-08-11
3
-4
/
+5
*
use StringIO for output concatenation, minor other tweaks to previous commit
Michael DeHaan
2012-08-11
1
-21
/
+24
*
Merge branch 'devel' of https://github.com/SleeplessAnnoyedNerd/ansible into ...
Michael DeHaan
2012-08-11
3
-11
/
+35
|
\
|
*
Removed unnecessary string replacements since parse_json already filters garb...
Dietmar Schinnerl
2012-08-11
1
-5
/
+1
|
*
Added filtering of non-JSON lines.
Dietmar Schinnerl
2012-08-11
1
-6
/
+15
|
*
Added utils.last_non_blank_line
Dietmar Schinnerl
2012-08-11
2
-3
/
+14
|
*
Added stub implementation of filters
Dietmar Schinnerl
2012-08-11
2
-3
/
+11
|
*
Removed leading blanks
Dietmar Schinnerl
2012-08-11
1
-2
/
+2
|
*
Issue #848: Closing stdin after we read from stdout
Dietmar Schinnerl
2012-08-11
1
-1
/
+1
*
|
remove stray print
Michael DeHaan
2012-08-11
1
-1
/
+0
*
|
Various retooling of the internal code behind inventory pattern matching in s...
Michael DeHaan
2012-08-11
1
-22
/
+90
*
|
add the limit option, which can be used to further confine the patterns selec...
Michael DeHaan
2012-08-10
4
-7
/
+35
|
/
*
Add ability to store and access module results later on in the play. See exa...
Michael DeHaan
2012-08-10
2
-3
/
+5
*
Store the ${last_result} for each host to make it usable in only_if condition...
Michael DeHaan
2012-08-10
1
-0
/
+1
*
Given user report that EL5 sudo does not support '--', remove it, and things ...
Michael DeHaan
2012-08-10
2
-8
/
+6
*
Merge branch 'cleanup-imports' of https://github.com/jdavisp3/ansible into devel
Michael DeHaan
2012-08-10
6
-24
/
+2
|
\
|
*
Remove unused imports.
Dave Peticolas
2012-08-10
6
-24
/
+2
*
|
Merge pull request #836 from sfromm/rawfixes
Michael DeHaan
2012-08-11
2
-3
/
+12
|
\
\
|
*
|
Wrap paramiko open_session() call in try/except
Stephen Fromm
2012-08-10
1
-1
/
+7
|
*
|
Fixes for runner and raw module
Stephen Fromm
2012-08-10
1
-2
/
+5
*
|
|
Fix unneeded bashism
Sebastien Bocahu
2012-08-10
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'vars_prompt_encrypt' of https://github.com/cocoy/ansible into d...
Michael DeHaan
2012-08-10
3
-8
/
+59
|
\
\
|
*
|
vars_prompt encrypt from mgw
Rodney Quillo
2012-08-09
3
-8
/
+59
|
|
/
*
|
Allow user to be passed in via --extra-vars
Michael DeHaan
2012-08-10
2
-1
/
+4
*
|
Fixing up parameterized task includes such that variables can be easily hande...
Michael DeHaan
2012-08-10
1
-1
/
+1
*
|
(Re #829) Fix for sudo_cmd not defined
Sundar Raman
2012-08-10
1
-1
/
+1
|
/
*
Update man pages and the message for an exception.
Tim Bielawa
2012-08-09
1
-1
/
+1
*
Slight version format tweaks
Michael DeHaan
2012-08-09
1
-2
/
+2
*
Merge pull request #812 from willthames/gitversion
Michael DeHaan
2012-08-09
1
-4
/
+8
|
\
|
*
Added commit time information to the --version output
willthames
2012-08-09
1
-4
/
+8
*
|
Catch socket errors so if you control-c a playbook it does not traceback
Michael DeHaan
2012-08-09
1
-2
/
+6
*
|
Split -vv from -vvv
Michael DeHaan
2012-08-09
2
-3
/
+9
*
|
Add module arguments remote modules to -vvv output
Michael DeHaan
2012-08-09
1
-2
/
+3
*
|
Add -vvv support for debugging activity
Michael DeHaan
2012-08-09
7
-10
/
+35
*
|
Only run yum,apt through the with_items loop if there is a list of items. Ju...
Michael DeHaan
2012-08-09
1
-1
/
+1
*
|
Nicer errors from modules if arguments are not fed key=value
Michael DeHaan
2012-08-09
1
-1
/
+4
|
/
*
Detect SFTP disablement in paramiko + changelog updates
Michael DeHaan
2012-08-09
1
-2
/
+8
[next]