- 14 Mar, 2012 5 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Various additions to make sure timed out and failed hosts are taken out of the playbook even if failed during setup, async tasks, or poll operations. This introduced some redundancy so I've made some notes in the code where things need to be refactored to remove them.
Michael DeHaan committed -
Michael DeHaan committed
-
- 13 Mar, 2012 11 commits
-
-
Michael DeHaan committed
-
Annotate more files, fix missing imports messing with playbooks. Hey Tim, please test your stuff :)
Michael DeHaan committed -
Michael DeHaan committed
-
modify build/spec file to work on el6 with quasi-broken setup process
Michael DeHaan committed -
Die gracefully...
Michael DeHaan committed -
remove data_files section from setup.py for some reason or another
Seth Vidal committed -
Generic AnsibleError exception + host inventory missing exception. First shot at catching these in a generic way in bin/ansible*.
Tim Bielawa committed -
What we are running is actually a "play" (multiple plays per playbook) so rename the function to make it more clear
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
but this is more or less a mirror of what /bin/ansible does. It also has a 'fire and forget' mode if the poll interval is left off or set to 0.
Michael DeHaan committed
-
- 12 Mar, 2012 4 commits
-
-
yum module
Michael DeHaan committed -
add state=latest and clean up the output cases added some fixmes on verification
Seth Vidal committed -
Michael DeHaan committed
-
happens only on needed hosts, allowing some hosts to fail and drop out of the running.
Michael DeHaan committed
-
- 11 Mar, 2012 4 commits
-
-
Michael DeHaan committed
-
is not letting async_wrapper daemonize itself when it does work fine when directly executed.
Michael DeHaan committed -
Michael DeHaan committed
-
Updates for better RPM packaging (plus tasks)
Michael DeHaan committed
-
- 10 Mar, 2012 8 commits
-
-
Tim Bielawa committed
-
Spec file installs default example hosts files Spec file marks the contents of /etc/ansible as %config(noreplace) Example hosts file now with instructional comments
Tim Bielawa committed -
Fixup distutils: setup.py Clean old cruft: section 5 man pages
Tim Bielawa committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
touch up to yum module.
Michael DeHaan committed -
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
-