index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Misc style fixes.
Michael DeHaan
2013-08-10
2
-5
/
+5
*
Never ask for SSH password when using local connection.
Andy R
2013-08-07
2
-0
/
+6
*
ansible-playbook can load extra vars from a file, with "@" syntax
Alan Descoins
2013-07-24
1
-4
/
+14
*
Remove task count information from task list.
Michael DeHaan
2013-07-21
1
-1
/
+2
*
Added --skip-tags option to ansible-playbook.
Alan Descoins
2013-07-17
1
-12
/
+25
*
set checkout destination directory to be full path
Matt Lesko
2013-07-05
1
-0
/
+2
*
Merge pull request #3303 from markmandel/feature/sudo_pass
Michael DeHaan
2013-07-01
1
-2
/
+0
|
\
|
*
Don't turn on sudo for all tasks when setting the sudo_user or ask_sudo_pass,
Mark Mandel
2013-06-21
1
-2
/
+0
*
|
Merge branch 'option-updates' of git://github.com/jlund/ansible into devel
Michael DeHaan
2013-07-01
3
-16
/
+10
|
\
\
|
*
|
Updates to Ansible command options
Joshua Lund
2013-06-27
3
-15
/
+9
|
|
/
*
/
Add --only-if-changed option.
Stavros Korokithakis
2013-06-30
1
-5
/
+14
|
/
*
remove errant and unneeded import of ansible.constants
Stephen Fromm
2013-06-02
1
-2
/
+0
*
Help ansible-pull work better in bootstap environment
Stephen Fromm
2013-06-02
1
-1
/
+10
*
Allow the group_vars and host_vars directories to be stored alongside the pla...
Michael DeHaan
2013-06-01
1
-0
/
+3
*
Keep ansible-playbook from bombing without extra-vars
Kent Frazier
2013-06-01
1
-1
/
+1
*
Support JSON in --extra-vars.
Fabio Bonelli
2013-05-28
1
-1
/
+4
*
Fix empty requirements specifications in modules documentation
Stoned Elipot
2013-05-16
1
-1
/
+1
*
Add Requirements to rst template, ansible-doc
Jan-Piet Mens
2013-05-11
1
-0
/
+6
*
ansible-doc: skip directories (new library/ format)
Jan-Piet Mens
2013-04-30
1
-0
/
+2
*
Adds a logfile for ansible playbooks that can be set by the environment or co...
Michael DeHaan
2013-04-27
2
-15
/
+34
*
Resolve merge conflict
Michael DeHaan
2013-04-23
2
-14
/
+4
*
Make --list-tasks work nicer with --tags
Michael DeHaan
2013-04-23
1
-5
/
+4
*
Make plugin loader path operations more efficient.
Michael DeHaan
2013-04-20
1
-2
/
+12
*
Merge pull request #2649 from sergevanginderachter/bin-ansible
Michael DeHaan
2013-04-11
1
-2
/
+3
|
\
|
*
make bin/ansible error output consistent for shell module as for the command ...
Serge van Ginderachter
2013-04-11
1
-2
/
+3
*
|
Merge pull request #2622 from skvidal/playbook-start-at-task
Michael DeHaan
2013-04-11
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
implement --start-at-task option to hop to a specific task before starting ru...
Seth Vidal
2013-04-09
1
-0
/
+4
*
|
Decided to not deprecate legacy template syntax for now. Backwards compat is...
Michael DeHaan
2013-04-11
1
-5
/
+0
*
|
Add code to flag legacy templating like $foo.{bar} as deprecated in favor of ...
Michael DeHaan
2013-04-10
1
-1
/
+7
|
/
*
Change the retry logic to write a limit file, able to source limit from files...
Michael DeHaan
2013-04-08
1
-1
/
+1
*
When playbooks fail, attempt to create an inventory file in the inventory dir...
Michael DeHaan
2013-04-08
1
-6
/
+17
*
Modify output banners to have constant length and use dashes instead
Michael DeHaan
2013-04-07
1
-5
/
+5
*
add --step option to ansible-playbooks to let people step through a playbook
Seth Vidal
2013-03-11
1
-0
/
+4
*
Add support for additional EXAMPLES string in Ansible modules
Jan-Piet Mens
2013-02-18
1
-2
/
+6
*
Removing unused import, 'make pyflakes' is now clean.
Michael DeHaan
2013-02-18
1
-5
/
+0
*
Fix crontab doc formatting
Michael DeHaan
2013-02-09
1
-1
/
+3
*
Some formatting preferences for --list-hosts and --list-tasks
Michael DeHaan
2013-02-09
1
-2
/
+5
*
Merge branch 'devel' of git://github.com/schmic/ansible into schmic-devel
Michael DeHaan
2013-02-09
1
-7
/
+23
|
\
|
*
Adds commandline parameter --list-tasks
schmic
2013-02-07
1
-7
/
+23
*
|
Very basic --diff option for showing what happens when templates change.
Michael DeHaan
2013-02-08
2
-6
/
+26
|
/
*
No authentication with --syntax-check
schmic
2013-02-07
1
-1
/
+1
*
For ansible --list-hosts benefit apply hosts selection limits early
Stoned Elipot
2013-02-06
1
-0
/
+2
*
This implements a basic --check mode which for now is only implemented on tem...
Michael DeHaan
2013-02-04
2
-3
/
+7
*
Create Play objects for --list-hosts to mimic actual behaviour
Daniel Hokka Zakrisson
2013-02-03
1
-13
/
+7
*
Tweak sysctl docs so they'll web-render
Michael DeHaan
2013-01-26
1
-0
/
+1
*
Fixup ec2_facts docs parsing
Michael DeHaan
2013-01-26
1
-3
/
+6
*
Enable --list-hosts with a list of hosts
Daniel Hokka Zakrisson
2013-01-13
1
-1
/
+4
*
cleanup Example output in ansible-doc
Jan-Piet Mens
2012-12-14
1
-2
/
+4
*
Merge pull request #1741 from christopher-snapp/list-hosts
Michael DeHaan
2012-12-12
1
-0
/
+11
|
\
|
*
add --list-hosts support to bin/ansible
Christopher A. Snapp
2012-12-09
1
-0
/
+11
[next]