- 31 Jul, 2012 13 commits
-
-
Fixes for git module when it fails.
Michael DeHaan committed -
Allow copy dest argument to be a directory
Michael DeHaan committed -
Use sudo_user as an argument in the sudo command
Michael DeHaan committed -
Changed funtion name to get_ohai_data
Michael DeHaan committed -
added extra arguments for database creation
Michael DeHaan committed -
mysql_db: added 'encoding' and 'collation' args postgresql_db: added 'owner', 'template' and 'encoding' args
Petros Moisiadis committed -
Nikhil Singh committed
-
u348095 committed
-
Could have used shutil.copy rather than shutil.copyfile, but this implementation preserves the md5 comparison to avoid unnecessary copies
u348095 committed -
* module.fail_json *must* have msg argument Using http://github.com/ rather than git://github.com/ as it gets through more firewalls
u348095 committed -
Port the file module over to the new common code infrastructure + cleanup some redundant imports since the module code already imports those things.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
- 30 Jul, 2012 2 commits
-
-
Michael DeHaan committed
-
to scripted inventory so need to investigate this.
Michael DeHaan committed
-
- 28 Jul, 2012 4 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Port the ohai module over, while this is actually *longer* now, not transferring the args file makes this much faster.
Michael DeHaan committed -
Michael DeHaan committed
-
- 30 Jul, 2012 21 commits
-
-
Changing the parameter names to be consistent, and adding root user
Michael DeHaan committed -
Changing the parameter names to be consistent, and adding root user default with empty password, as per mysql standard
Mark Theunissen committed -
Making inventory pattern matching handle group names
Michael DeHaan committed -
Git module ported to use module magic
Michael DeHaan committed -
Peter Sankauskas committed
-
fix trace-creating error in apt module - also make the default setting a...
Michael DeHaan committed -
the apt module to use it
Seth Vidal committed -
added inventory_hostname_short varible
Michael DeHaan committed -
Derek Carter committed
-
Seth Vidal committed
-
added a 'chdir' argument to the command module
Michael DeHaan committed -
the 'chdir' argument changes the current working directory to the fullpath supplied as its value, before the execution of the command.
Petros Moisiadis committed -
Output version string when --version is passed using optparse's version ...
Michael DeHaan committed -
env-setup no longer needs to be run from the ansible directory, it can b...
Michael DeHaan committed -
Fixes for OS X tests
Michael DeHaan committed -
as it is /bin/false on many systems but /usr/bin/false on OS X test/playbook1.yml now just does command true, rather than command /bin/true, again so that it works on OS X Changed from using which false to just using command false to make it simpler and also match how playbook1.yml works
willthames committed -
Will Thames committed
-
Stephen Fromm committed
-
Convert git module to module magic. Drop cruft no longer needed. Standardize indent to 4 spaces in methods switchLocalBranch, reset, clone, and get_version. Update is_local_branch to also handle '* branch' format. Add is_current branch method() Update pull() method to use is_current_branch()
Stephen Fromm committed -
willthames committed
-
env-setup now takes a -q argument to run in quiet mode
willthames committed
-