ansible/lib/ansible
Seth Vidal b576e389b1 runner buglet and yum module
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
2012-03-09 18:33:58 -05:00
..
__init__.py Adding version and author to ansible init. 2012-03-07 12:02:05 -05:00
constants.py Update constants.py to pull module path and the hosts file from the 2012-03-05 16:08:36 -05:00
playbook.py 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) 2012-03-06 21:13:50 -05:00
runner.py runner buglet and yum module 2012-03-09 18:33:58 -05:00
utils.py Ability to import task lists and handler lists from a top level playbook file. It is possible 2012-03-03 10:53:15 -05:00