- 23 Jul, 2012 2 commits
- 22 Jul, 2012 10 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Using __slots__ in more places, in particular, hosts and groups, where we are apt to create a fair amount of objects.
Michael DeHaan committed -
Upgrading MySQL user module to new format
Michael DeHaan committed -
Mark Theunissen committed
-
Tweaking daisychain internals to allow get_url to modify the path destination when downloading to a directory. Minor module refactoring.
Michael DeHaan committed -
Remove this check as it wasn't really needed and in recent refinements keeps the group_vars stuff from working as desired.
Michael DeHaan committed -
Update group module to use new shared module code
Michael DeHaan committed -
Stephen Fromm committed
-
- 21 Jul, 2012 8 commits
-
-
Upgrading mysql_db to new shared module code
Michael DeHaan committed -
Mark Theunissen committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
get module (with new module-magic-code!) Usage: ansible -m get -a "url=http://xxxxxxx dest=fileordirctory" all cleanups as per @mpdehaan's suggestions add daisychain added example playbook (get_url.yml) with URLencode example
Jan-Piet Mens committed
-
- 20 Jul, 2012 11 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Script to migrate YAML users to the INI format, so we can deprecate YAML inventory (which we are now doing).
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
./group_vars/groupname.yml (for all groups the host is in) ./host_vars/hostname.yml (for the hostname given in the inventory) This requires an actual inventory file, not script and the paths are relative to the directory of the inventory file.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 21 Jul, 2012 2 commits
-
-
Skip get_ipv6_facts if socket.has_ipv6 is false
Michael DeHaan committed -
Stephen Fromm committed
-
- 20 Jul, 2012 7 commits
-
-
improved output in with_items fixes: #627
Michael DeHaan committed -
AnsibleModule now correctly reads param values with '"'.
Michael DeHaan committed -
bradobro committed
-
Sanitize possible password argument when logging invocation
Michael DeHaan committed -
Stephen Fromm committed
-
Derek Carter committed
-
Fix for issue 604
Michael DeHaan committed
-