- 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
-
- 29 Jul, 2012 5 commits
-
-
Rename: postgresql.yaml -> postgresql.yml
Michael DeHaan committed -
Lorin Hochstein committed
-
Postgres fixup
Michael DeHaan committed -
passwd -> password loginpass -> login_password loginuser -> login_user loginhost -> login_host Add an example playbook that shows how to use the modules.
Lorin Hochstein committed -
The apt parameter changed from update-cache to update_cache, but the error message still mentioned update-cache
Lorin Hochstein committed
-
- 28 Jul, 2012 3 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Nikhil Singh committed
-
- 30 Jul, 2012 2 commits
-
-
Fixes for apt module
Michael DeHaan committed -
Mark Theunissen committed
-
- 28 Jul, 2012 5 commits
-
-
Tweak alias consistency a bit. 'package' has never been documented, but since it works, make it work in both places. 'name' is the preferred form. Similarly, take 'name' for the 'guest' argument to the 'virt' module.
Michael DeHaan committed -
Michael DeHaan committed
-
When sudoing to another user, the umask may be set such that the next user might not be able to read/execute the file. Deal with this.
Michael DeHaan committed -
If sudoing to a user other than root, the home directory of the original user is very unlikely to be readable by the sudoed to user, so just use tmp. Data will be readable by others (briefly before deletion) but never writeable.
Michael DeHaan committed -
Michael DeHaan committed
-
- 27 Jul, 2012 4 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
An example of the new syntax: vars_prompt: - name: 'secret_variable_name" prompt: "Enter secret value: " private: "yes" - name: "nonsecret_variable_name" prompt: "Enter non-secret value: " private: "no"
Petros Moisiadis committed -
Add postgresql_db and postgresql_user module.
Michael DeHaan committed
-