community.general/lib/ansible
Michael DeHaan d308254eae A basic service module with 'ensure' idempotence semantics. Playbook updated to use service
module vs command module for restarting.  May be some bugs and requires the service to implement 'status' -- and probably some better error handling (i.e. return JSON with "failed" element if failed).

Improvements welcome.
2012-02-25 20:27:11 -05:00
..
__init__.py Move runner out of __init__.py so it's clear what classes live where. 2012-02-23 23:28:58 -05:00
constants.py Added initial stub for where playbooks will go, moved to common 2012-02-23 23:26:16 -05:00
playbook.py A basic service module with 'ensure' idempotence semantics. Playbook updated to use service 2012-02-25 20:27:11 -05:00
runner.py Allow multiple patterns to specified, just like Func did. 2012-02-25 17:22:48 -05:00