- 30 Aug, 2012 14 commits
-
-
Michael DeHaan committed
-
-
Improve apt_repository and supervisorctl
Michael DeHaan committed -
Michael DeHaan committed
-
Add seboolean module
Michael DeHaan committed -
Michael DeHaan committed
-
add selinux module
Michael DeHaan committed -
Derek Carter committed
-
Added required as optional argument to get_bin_path(). It defaults to false. Updated following modules to use required=True when calling get_bin_path(): apt_repository, easy_install, group, pip, supervisorctl, and user. Also removed _find_supervisorctl() from supervisorctl module and updated _is_running() to not need it.
Stephen Fromm committed -
Matt Wright committed
-
Matt Wright committed
-
Will manage values of seboolean on a host. Options are name (name of boolean), state (on or off), and persistent (on or off). Persistent defaults to no.
Stephen Fromm committed -
* Migraed easy_install, pip, service, setup, and user. * Updated fail_json message in apt_repository * Fixed easy_install to not hardcode location of virtualenv in /usr/local/bin/. * Made handling of virtualenv more consistent between easy_install and pip.
Stephen Fromm committed -
The optional list is prepended to PATH. Fix get_bin_path() to use os.path.join().
Stephen Fromm committed
-
- 29 Aug, 2012 17 commits
-
-
Stephen Fromm committed
-
This is meant to assist all the modules that look for the full path of an executable. If it is found and is X_OK, returns the full path. Otherwise, it returns None.
Stephen Fromm committed -
Freebsd2
Michael DeHaan committed -
Add a lineinfile module
Michael DeHaan committed -
Invoke cowsay without going through the shell
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
date still issues warning and ignores TZ - Updated tests to work inside bsd jails (127 addresses are an issue) Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
-
Michael DeHaan committed
-
Disable PasswordAuthentication when using -c ssh
Michael DeHaan committed -
Add tojson filter to jinja environment used by the template module.
Michael DeHaan committed -
Update the example playbook for the new MySQL parameter format
Michael DeHaan committed -
fix bug in supervisorctl module
Michael DeHaan committed
-
- 28 Aug, 2012 9 commits
-
-
Matt Wright committed
-
Timothy Appnel committed
-
Mark Theunissen committed
-
Timothy Appnel committed
-
If PasswordAuthentication is enabled (which is the default) ansible will spawn (multiple) ssh's with a password-prompt which corrupts the terminal, and cannot be properly used. So it is better to not allow for password-based authentication using -c ssh. The result is that authentication fails but Ansible continues to work
Dag Wieers committed -
Michael DeHaan committed
-
Added cwd to tempdir in git clone method. Fixes usage with sudo.
Michael DeHaan committed -
Change from a module config file to brute force locating the nagios conf...
Michael DeHaan committed -
Ingo Gottwald committed
-