- 18 Sep, 2012 3 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Adding SunOSVirtual facts
Michael DeHaan committed
-
- 17 Sep, 2012 7 commits
-
-
Add pkg_mgr fact to setup (take 2)
Michael DeHaan committed -
Allow transport on tasks, and use it for local_action
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Romeo Theriault committed
-
Stephen Fromm committed
-
This should help facilitate playbook decision making that are not strictly distribution specific, but more package manager.
Stephen Fromm committed
-
- 14 Sep, 2012 6 commits
-
-
Atomic copy2
Michael DeHaan committed -
Make get_url module always return dest.
Michael DeHaan committed -
add logrotate config
Michael DeHaan committed -
Matthew Johnson committed
-
The url_get module now includes the destination in the returned JSON.
Ali Asad Lotia committed -
The check for the destination being a directory is now done before checking if the file exists, that way the user is informed that the thirsty argument is required.
Ali Asad Lotia committed
-
- 13 Sep, 2012 2 commits
-
-
Invoke is_installed correctly from rpm path
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
- 12 Sep, 2012 3 commits
-
-
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
uses pid and epoch to prevent collisions, good enough for most cases Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed
-
- 11 Sep, 2012 7 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Made $groups and $group_names variables accessible in with_items
Michael DeHaan committed -
Support import of playbooks in other directories
Michael DeHaan committed -
Add support for ./ansible.cfg file
Michael DeHaan committed -
Fix inventory.get_hosts when hosts is a list.
Michael DeHaan committed -
John Kleint committed
-
- 10 Sep, 2012 3 commits
-
-
Ansible support configuration in: ``` ~/.ansible.cfg /etc/ansible/ansible.cfg ``` this patch add current user (usefull where user have some different projects) with the oreder: ``` ./ansible.cfg ~/.ansible.cfg /etc/ansible/ansible.cfg ```
Marco Vito Moscaritolo committed -
Also modified code that feeds the groups data structure to templates so that it resolves groups inside of groups to hostnames.
Timothy Appnel committed -
Previously, importing a playbook in a different directory didn't work because all of the relative paths were resolved relative to the top-level playbook. This patch resolves relative paths on a per-play level instead of relative to the directory of the top-level playbook. Also removes the dirname argument from the Play._get_vars method since this argument wasn't used in the metho dbody.
Lorin Hochstein committed
-
- 08 Sep, 2012 9 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
setup not python24 compatible in 0.7
Michael DeHaan committed -
Fix postgresql_user bug
Michael DeHaan committed -
Fix regex that allows passwords to get into syslog, use journal if available.
Michael DeHaan committed -
Have ansible respect private_key_file option
Michael DeHaan committed -
add import sys to virt module b/c it needs it if the libvirt python
Michael DeHaan committed -
Matt Coddington committed
-