- 27 Feb, 2013 6 commits
-
-
Scott Anderson committed
-
First try and making the nagios module NOOPpable
Michael DeHaan committed -
Michael DeHaan committed
-
git://github.com/cocoy/ansibleMichael DeHaan committed
-
Michael DeHaan committed
-
Adding back support for pass=
Michael DeHaan committed
-
- 26 Feb, 2013 7 commits
-
-
Mark Theunissen committed
-
Add type checking for module arguments, converting as much as possible
Daniel Hokka Zakrisson committed -
Adopt best practices with distributing portfiles
Michael DeHaan committed -
Reorganised packaging and added some notes for less experienced users on how to get the development version of ansible installed using macports.
Jimmy Tang committed -
Tim Bielawa committed
-
fixing changelog
Michael DeHaan committed -
Sri Harsha Yalamanchili committed
-
- 25 Feb, 2013 14 commits
-
-
No_log params
Daniel Hokka Zakrisson committed -
module_common: also work if there are no aliases (shell, command, etc) modules
Seth Vidal committed -
Seth Vidal committed
-
of parameters - add support for no_log attribute per-parameter which will not log that information to syslog
Seth Vidal committed -
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Fixes #2196.
Daniel Hokka Zakrisson committed -
Fixes using delegate_to: $item within a playbook include.
Daniel Hokka Zakrisson committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Primarily to support ${hostvars.hostname-with-hyphens.<var>}.
Daniel Hokka Zakrisson committed
-
- 24 Feb, 2013 10 commits
-
-
pass in int() args to get_pty
Michael DeHaan committed -
If LINES or COLUMNS was set, get_pty was failing because it was expecting an int value to be passed in.
Shaun Zinck committed -
Michael DeHaan committed
-
really due for some refactoring, but telling how a service is managed is a little fuzzy anyway. on a systemd system typoing the service will now give you a rather systemd specific error which is somewhat suboptimal.
Michael DeHaan committed -
Michael DeHaan committed
-
Nigel Metheringham committed
-
Nigel Metheringham committed
-
Rodney Quillo committed
-
Michael DeHaan committed
-
The service module made some assumptions about how a service should be managed based on what was installed on the system in terms of service management tools, which meant upstart services on CentOS6 were not startable. This tweak allows things like vmware-tools to be controlled via the service module. More testing on other distributions (particularly with systemd) is presumably needed.
Michael DeHaan committed
-
- 23 Feb, 2013 3 commits
-
-
Add a missing :: in an .rst file
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Other changes are just eating trailing whitespace.
Lorin Hochstein committed
-