- 26 Jul, 2012 10 commits
-
-
These modules are based on the mysql_db and mysql_user modules. Currently, the postgresql_user module can only grant all permissions on a database, fine-grained access has not been implemented yet.
Lorin Hochstein committed -
Update git module to handle branches better
Michael DeHaan committed -
This drops the branch option. The version option is overloaded to mean either a sha1, branch, or tag. This also adds the option 'remote' which defaults to 'origin'. clone() was simplified by removing the checkout operation. That happens later when switch_version() is called. Added the methods get_branches(), is_remote_branch(), and is_local_branch(). get_branches() returns an array listing all of the branches for the git repository. is_remote_branch() checks whether the arguments supplied correspond to a remote branch. Similarly, is_local_branch() checks for a local branch. The pull() method now checks to see if it is on the desired branch. If not, it checks out the requested branch and then does a pull. This should keep issue #604 still fixed. switch_version(), formerly switchver(), looks to see if it is checking out a branch. If a branch, it checks it out with the --track option. This type of checkout was in pull() before. Updated pull, clone, and switch_version to return (rc, out, err).
Stephen Fromm committed -
Things that happen inside multiprocessing shouldn't make side effects, ergo append ansible_facts only in playbook code. This technically means with_items calls can't continuously add facts I guess, but I can't see anyone ever trying that.
Michael DeHaan committed -
Michael DeHaan committed
-
in them if it looks like they are not tagged, because if that is the case, then we may just be gathering facts about them.
Michael DeHaan committed -
Michael DeHaan committed
-
(make colorized playbook runs not suck on black terminals)
Michael DeHaan committed -
Michael DeHaan committed
-
Standardizing the yum module
Michael DeHaan committed
-
- 25 Jul, 2012 11 commits
-
-
More cleanup in assemble module for module magic (tm)
Michael DeHaan committed -
Save module name and args when processing list of items.
Michael DeHaan committed -
This is necessary because daisy-chained modules will overwrite these values.
Lorin Hochstein committed -
Stephen Fromm committed
-
Nikhil Singh committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 24 Jul, 2012 19 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
convert sfromm's assemble to module-magic
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Port command module over to new common code. Notice that this has to subclass AnsibleModule -- this should be the only one that has to do that.
Michael DeHaan committed -
Chin Fang committed
-
Chin Fang committed
-
Standardizing the module
Michael DeHaan committed -
Jan-Piet Mens committed
-
Nikhil Singh committed
-
file mode now correctly set after chaining from copy
Michael DeHaan committed -
Jan-Piet Mens committed
-
Undefined variable error
Michael DeHaan committed -
Mark Theunissen committed
-
Support for colors in ansible-playbook
Michael DeHaan committed -
Jan-Piet Mens committed