- 09 Feb, 2013 7 commits
-
-
added block device info gathering, full for linux, partial for freebsd added prettyfing byte function Signed-off-by: Brian Coca <briancoca+dev@gmail.com> moved moutns out of devices Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
- added cron_file attribute: if specified, the file with appropriate job is created in /etc/cron.d directory. Also, you can store multiple jobs in one file. state='absent' attribute is handled in the following way in this case: if after the deletion of the job from the file specified by cron_file variable the file is empty, the file is deleted, otherwise not. - fixed the behaviour, when the backupfile is saved forever in /tmp folder, even if the backup= atribute is not set (os.unlink() is called if backup is not True). - added some comments to the unobvious places
Mike Grozak committed -
Document :& host notation and using variables with hosts
Michael DeHaan committed -
Lorin Hochstein committed
-
Adding mongodb_user module.
Michael DeHaan committed -
library/pip: add support for virtualenv's --system-site-packages.
Michael DeHaan committed
- 08 Feb, 2013 5 commits
-
-
Fix Issue #2025 where templates were not being transfered.
Michael DeHaan committed -
Matt Cordial committed
-
Michael DeHaan committed
-
Probably output is not useful if not used with --limit Works well with --check mode
Michael DeHaan committed -
Michael DeHaan committed
-
- 07 Feb, 2013 19 commits
-
-
Daniel Hokka Zakrisson committed
-
schmic committed
-
Use yaml.safe_dump rather than yaml.dump. No more "!!python/unicode".
Daniel Hokka Zakrisson committed -
No authentication when ansible-playbook is called with --syntax-check
Daniel Hokka Zakrisson committed -
schmic committed
-
This allows accessing inventory data from nodes that have not been talked to (yet).
Daniel Hokka Zakrisson committed -
Documentation Fixes relating to OSX and macports
Michael DeHaan committed -
Specify repo option with hg pull
Michael DeHaan committed -
Fix yum module examples: the 'pkg' parameter is now 'name'
Michael DeHaan committed -
Stoned Elipot committed
-
Add ConnectTimeout=DEFAULT_TIMEOUT to ssh args
Daniel Hokka Zakrisson committed -
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
always restart the program when state=restarted
Daniel Hokka Zakrisson committed -
ftao committed
-
fdavis committed
-
Fixes #1994.
Daniel Hokka Zakrisson committed -
Clarification on how to use insertafter with a regex.
Daniel Hokka Zakrisson committed -
For ansible --list-hosts benefit apply hosts selection limits early
Daniel Hokka Zakrisson committed
-
- 06 Feb, 2013 6 commits
-
-
Fixes #1988.
Daniel Hokka Zakrisson committed -
Daniel Hokka Zakrisson committed
-
Happens with e.g. "command: true" that YAML helpfully converts to a bool.
Daniel Hokka Zakrisson committed -
Stoned Elipot committed
-
Yves Dorfsman committed
-
Fixing bug with unicode templates
Michael DeHaan committed
-
- 05 Feb, 2013 2 commits
-
-
The utils.md5s() function would break when calculating checksums for non-ascii characters. Convert to utf-8 first.
Rune Kaagaard committed -
Blair Zajac committed
-
- 04 Feb, 2013 1 commit
-
-
Fixes #1989
Joel Roller committed
-