- 03 Nov, 2013 2 commits
-
-
The doc incorrectly advised executing the static inventory, not the `cobbler.py` script. Also fixes minor language issue.
Ilkka Laukkanen committed -
Fix: ec2_eip connect method references module var that is not passed in
Michael DeHaan committed
-
- 02 Nov, 2013 6 commits
-
-
Mohan Krishnan committed
-
Michael DeHaan committed
-
check more files using make pyflakes ( ie subdirectory of lib/ansible/ )
Michael DeHaan committed -
Michael Scherer committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 01 Nov, 2013 12 commits
-
-
dont sudo if sudo_user is the same as the connection user
Michael DeHaan committed -
Document env dependency for test-module
Michael DeHaan committed -
Steve Weber committed
-
You need to source hacking/env-setup before running hacking/test-module; otherwise you get an error like this: ImportError: No module named ansible.utilsRhett Sutphin committed -
ec2_vol: return volume_id/device even when volume mapping already exists
Michael DeHaan committed -
James Tanner committed
-
dragon3 committed
-
James Tanner committed
-
James Tanner committed
-
minor correction
Michael DeHaan committed -
Same doc-typo (confirmed) as https://github.com/ansible/ansible/pull/4759 --remote-user *should be* --user
Ray committed -
Michael DeHaan committed
-
- 31 Oct, 2013 20 commits
-
-
Michael DeHaan committed
-
minor doc correction
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
--remote-user= does not work: ansible: error: no such option: --remote-user --user= does. Updating docs
Ray committed -
Leverage 4318b27 and no longer treat instance tags as JSON, but as dictionary types which could be key=value or dicts or JSON or references.
Michael DeHaan committed -
Michael DeHaan committed
-
Fix accelerate module on centos 5 by removing
Michael DeHaan committed -
Michael DeHaan committed
-
Need to compare on server object not list
Michael DeHaan committed -
Clean up temp file left behind by assemble module
Michael DeHaan committed -
Fix 4648, cron module is not working on solaris
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
unsupported string prefix in 2.4 http://docs.python.org/release/2.4/ref/strings.html This is also ignored on later version of python 2 and is present only for python 3 conversion, as seen on http://docs.python.org/2/reference/lexical_analysis.html#string-literals Also see http://stackoverflow.com/questions/6269765/what-does-the-b-character-do-in-front-of-a-string-literal Fix https://github.com/ansible/ansible/issues/4739
Michael Scherer committed -
Cron on solaris do not take the same set of option than vixie cron on linux, and among the biggest difference, root cannot set the crontab of a user directly from a file. Thus the use of su to run the crontab command. Fix issue #4648
Michael Scherer committed -
Michael Scherer committed
-