- 11 Apr, 2012 1 commit
-
-
Matthew Williams committed
-
- 10 Apr, 2012 2 commits
-
-
Added usage info to bin/ansible-playbook, now shows options on bare command line. NOTE: bin/ansible outputs usage to stdout, bin/ansible-playbook to stderr. Should they be consistent?
Brad Olson committed -
Brad Olson committed
-
- 09 Apr, 2012 1 commit
-
-
Brad Olson committed
-
- 07 Apr, 2012 1 commit
-
-
Michael DeHaan committed
-
- 06 Apr, 2012 1 commit
-
-
that commands now trigger change events.
Michael DeHaan committed
-
- 07 Apr, 2012 1 commit
-
-
Add LocalConnection class to connection.py
Michael DeHaan committed
-
- 06 Apr, 2012 4 commits
-
-
This creates a LocalConnection class for the case when operating on the localhost. If the host, argument to Connection.connect(), matches 127.0.0.1, localhost, or the name of the host as returned by os.uname()[1], Connection.connect() will opt to use LocalConnection instead of ParamikoConnection. LocalConnection implements connect(), exec_command(), put_file(), and close().
Stephen Fromm committed -
already exists
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
- 05 Apr, 2012 6 commits
-
-
3 fixes/changes
Michael DeHaan committed -
for other scripts to use.
Seth Vidal committed -
Seth Vidal committed
-
as per fedora usage guidelines https://fedoraproject.org/wiki/Packaging:DistTag
Seth Vidal committed -
Introduce task local variables.
Michael DeHaan committed -
virt module + idempotents (state=[shutdown|running])
Michael DeHaan committed
-
- 04 Apr, 2012 12 commits
-
-
Seth Vidal committed
-
Seth Vidal committed
-
Update spec to include %{dist} in Release
Michael DeHaan committed -
Seth Vidal committed
-
John Eckersberg committed
-
Jeroen Hoekx committed
-
Jeroen Hoekx committed
-
Michael DeHaan committed
-
apt module bugfix
Michael DeHaan committed -
Always add vars to a play.
Michael DeHaan committed -
Bump release to 0.0.2
Michael DeHaan committed -
pep8 fix
Michael DeHaan committed
-
- 03 Apr, 2012 11 commits
-
-
Matthew Williams committed
-
A play without vars section would fail to use variables given in an include. They would be added to the dict returned by play.get, but the dict would not be added to the play.
Jeroen Hoekx committed -
John Eckersberg committed
-
John Eckersberg committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-