- 25 Oct, 2012 5 commits
-
-
Jan-Piet Mens committed
-
Mysql grant, take 2
Michael DeHaan committed -
yum enablerepo/disablerepo option complete
Michael DeHaan committed -
Fix chmod occurring as wrong user when sudo as non-root
Michael DeHaan committed -
Add D square to who_uses_ansible.
Michael DeHaan committed
-
- 24 Oct, 2012 23 commits
-
-
Resolve traceback when python-selinux is not installed
Michael DeHaan committed -
DOCUMENTATION: LaTeX template is back
Michael DeHaan committed -
Improve the error message for missing files
Michael DeHaan committed -
path_dwim the path given to with_fileglob
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
ongoing work for the Booklet
Jan-Piet Mens committed -
Dag Wieers committed
-
If you sudo to a non-root user, you get a permission denied error. Here's an example: $ ansible myserver.example.com -m postgresql_db -a "db=mydatabase" -u ubuntu -s -U postgres myserver.example.com | FAILED >> { "failed": true, "msg": "chmod: changing permissions of `/tmp/ansible- 1351092257.96-157699143369671/postgresql_db': Operation not permitted\n/usr/bin/python: can't open file '/tmp/ansible- 1351092257.96-157699143369671/postgresql_db': [Errno 13] Permission denied\n", "parsed": false } The problem is that ansible is doing the chmod as the sudo user when it should be doing it as the remote user.
Lorin Hochstein committed -
Seth Vidal committed
-
Jeroen Hoekx committed
-
- proper checking for with grant option (if this is not the only option the user has) - added revoking of grant option
Stijn Opheide committed -
Stijn Opheide committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
fix DOCUMENTATION for user
Michael DeHaan committed -
Jan-Piet Mens committed
-
Seth Vidal committed
-
Seth Vidal committed
-
mount: update example with mandatory option
Michael DeHaan committed -
Fix $last_result documentation and spelling tweaks - issue #1420
Michael DeHaan committed -
Document ssh_key options are in version 0.9
Michael DeHaan committed
-
- 23 Oct, 2012 11 commits
-
-
Stephen Fromm committed
-
Nigel Metheringham committed
-
Nigel Metheringham committed
-
- 'state' is required, but wasn't in example Signed-off-by: bleader <bleader@ratonland.org>
bleader committed -
Reformat code: examples consistently
Michael DeHaan committed -
- added terse syntax to modules.rst - added description of special variables to template module
Jan-Piet Mens committed -
multiprocessing.pool. Pushing so it can get wider testing.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
make --limit take a , as a separator as well as ; or :
Michael DeHaan committed -
Seth Vidal committed
-
- 22 Oct, 2012 1 commit
-
-
Inventory script to gracefully handle AWS being down
Michael DeHaan committed
-