You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/library
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.
13 years ago
..
command applying indentation patch from skvidal 13 years ago
copy applying indentation patch from skvidal 13 years ago
facter Example facter module. Look how quick that was. 13 years ago
ohai applying indentation patch from skvidal 13 years ago
ping applying indentation patch from skvidal 13 years ago
service A basic service module with 'ensure' idempotence semantics. Playbook updated to use service 13 years ago
setup Added remote templating engine using jinja2, see examples/playbook.yml for usage. 13 years ago
template applying indentation patch from skvidal 13 years ago