- 23 Sep, 2012 2 commits
-
-
Added cases for 'dead but subsys locked' status
Michael DeHaan committed -
Tweak DOCUMENTATION YAML as per latest 991
Michael DeHaan committed
-
- 21 Sep, 2012 1 commit
-
-
Dave Coutu committed
-
- 19 Sep, 2012 14 commits
-
-
This reverts commit bf47bb47. Conflicts: lib/ansible/utils.py test/TestUtils.py
Michael DeHaan committed -
Jan-Piet Mens committed
-
Fix on older python versions, plus various improvements
Michael DeHaan committed -
This change includes: - (on possibly older python versions ?) a string variable test using the 'is' operator fails (so it always return ok immediately after initial delay) - add a missing socket.settimeout() for the state=started case (if the machine does not exist, timeout defaults to 60 seconds) - add a connect_timeout option to customize the default connection timeout - use socket.shutdown(2) to close immediately - return the elapsed time
Dag Wieers committed -
First attempt at standardizing DOCUMENTATION string
Michael DeHaan committed -
fix Makefile date command error on OSX
Michael DeHaan committed -
Matthew Johnson committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Delete test that was coded against *local* resolv.conf -- obviously not going to be the same between people's computers
Michael DeHaan committed -
Michael DeHaan committed
-
commit 80a26a8175b779b707bc08e9d28c451c30ee4ada Merge: b25b9fd8 61e9b27 Author: Michael DeHaan <michael.dehaan@gmail.com> Date: Tue Sep 18 21:01:47 2012 -0400 Merge branch 'devel' of git://github.com/alopropoz/ansible into file-force commit 61e9b27df25c36015c2b1b4a58155ccfdfb993a0 Merge: 3f6f329 16bf3e15 Author: Aleksej Romanov <alopropoz2@yandex.ru> Date: Thu Sep 13 20:48:02 2012 +0700 Merge remote branch 'upstream/devel' into devel commit 3f6f3291dffefa2a802def25a1e8bd38de0cba75 Author: Aleksej Romanov <alopropoz2@yandex.ru> Date: Thu Sep 13 20:41:31 2012 +0700 'force' option for 'file' module. commit 6223bba94160c60153448655803d084f7eaa5168 Author: Aleksej Romanov <alopropoz2@yandex.ru> Date: Thu Sep 13 20:40:19 2012 +0700 changed = True when changing symlink referent, #1008. Needed for tests.
Aleksej Romanov committed -
Support iteration over command output in with_items.
Michael DeHaan committed -
Allow including files through variables
Michael DeHaan committed
-
- 18 Sep, 2012 5 commits
-
-
Jan-Piet Mens committed
-
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
-