- 10 Feb, 2013 2 commits
-
-
Michael DeHaan committed
-
make things like $FILE(/etc/path/foo.conf) and $ENV(HOME) work without having to use brackets to index them
Michael DeHaan committed
-
- 09 Feb, 2013 29 commits
-
-
Michael DeHaan committed
-
Change the 0.X part to not imply something new was added in 0.X something if a user forgets to put in a specific version in the module docs.
Michael DeHaan committed -
Michael DeHaan committed
-
Had to remove the instance_tags example because our doc generator was choking on it, feel free to add it back if you can get it to be valid YAML again :)
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Add rabbitmq_vhost module.
Michael DeHaan committed -
Add more error handling to the ec2 module, remove Python 2.6ism
Michael DeHaan committed -
Simply ensures existence or non-existence of a vhost.
Matt Cordial committed -
Tim Gerla committed
-
Adding rabbitmq modules
Michael DeHaan committed -
shlomozippel committed
-
Chris Hoffman committed
-
git://github.com/lwade/ansibleMichael DeHaan committed
-
Changed ami_tags to instance_tags to better follow naming convention Add support for creating tags on the new instances
Steve Frank committed -
Slightly friendlier error on missing hosts file, slightly friendlier error on inventory script returning invalid syntax (or if inventory is non-script and accidentally executable).
Michael DeHaan committed -
git://github.com/bcoca/ansibleMichael DeHaan committed
-
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
Michael DeHaan committed
-
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 4 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
-