- 10 Mar, 2012 2 commits
-
-
fix a couple of bugs comment about state='latest'
Seth Vidal committed -
Add manpage for ansible-playbook, since it is a command. More detailed docs will remain on the web site.
Michael DeHaan committed
-
- 09 Mar, 2012 5 commits
-
-
Michael DeHaan committed
-
runner buglet and yum module
Michael DeHaan committed -
runner: fix buglet causing logger output to include a u for the command yum: add yum module: ensure=installed pkg=name/name.arch/name-ver-rel.arch ensure=removed pkg=name/name.arch/name-ver-rel.arch list=installed list=updates list=available list=pkgspec list=repos
Seth Vidal committed -
if we've failed a connection to a host - we cannot set items to the
Michael DeHaan committed -
'conn' object since it is not an object on failure - it's a string.
Seth Vidal committed
-
- 08 Mar, 2012 3 commits
-
-
Michael DeHaan committed
-
Drop other man(5) pages so we can have only one source of docs -- ansible.github.com for those operations. Easier to maintain and much more verbose.
Michael DeHaan committed -
Adding version and author to ansible init.
Michael DeHaan committed
-
- 07 Mar, 2012 5 commits
-
-
Tim Bielawa committed
-
src= parameters for template and copy operations can be relative to the playbook (for /usr/bin/ansible-playbook) or current directory (for /usr/bin/ansible)
Michael DeHaan committed -
still may not be parameterized because it does not make sense to import them more than once since they are keyed by name.
Michael DeHaan committed -
Michael DeHaan committed
-
independent of output, and can also see all the output nicely grouped together if we want to reformat it or make summaries of statistics.
Michael DeHaan committed
-
- 06 Mar, 2012 14 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Code needs cleanup, but works
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
as well as template files. PLUS, variables are now expressed in playbooks without having to know about the setup task, which means playbooks are simpler to read now.
Michael DeHaan committed
-
- 05 Mar, 2012 11 commits
-
-
Fix the py[co] part of the clean target in the make file
Michael DeHaan committed -
Tim Bielawa committed
-
Read some defaults from the environment
Michael DeHaan committed -
Tim Bielawa committed
-
environment (ANSIBLE_{LIBRARY,HOSTS}) if defined. Update manpages to represent this. Also update the env-setup script to set ANSIBLE_{LIBRARY,HOSTS}.
Tim Bielawa committed -
Fix parse_hosts to not blow up on ungrouped hosts.
Michael DeHaan committed -
Add environment updating script 'env-setup' to facilitate running ansibl...
Michael DeHaan committed -
Freshen up Makefile clean target
Michael DeHaan committed -
Tim Bielawa committed
-
Tim Bielawa committed
-
Tim Bielawa committed
-