- 19 Sep, 2012 2 commits
-
-
Support iteration over command output in with_items.
Michael DeHaan committed -
Allow including files through variables
Michael DeHaan committed
-
- 18 Sep, 2012 4 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Adding SunOSVirtual facts
Michael DeHaan committed
-
- 17 Sep, 2012 10 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 -
When the output of a command is stored in a register, this will create a stdout_lines field in the result object that contains stdout split into a list of lines. This list can then be iterated over using with_items.
John Kleint committed -
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
$FILE{file} will be replaced with the contents of "file" $PIPE{cat file} will be replaced with the output of "cat file"
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 3 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-