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.
 
 
 
 
 
Go to file
Stephen Fromm 19c0202aaf Ignore failure of stop command if start succeeds with state=restarted
In some cases (see issue #1067) with state=restarted, a failure to stop
the service (which wasn't running) would appear to the module to be a
failure to restart the service even though it successfully started the
service.  This changes the behavior of the service module to focus
on the return code of the start command.  If the rc of stop is not
0 and the rc of start does equal 0, it considers the service
successfully restarted.  It then ignores the rc, stdout, and stderr
from the unsuccessful stop command.
13 years ago
bin make callbacks modular 14 years ago
docs/man Release version bump 14 years ago
examples Fix a test and a typo in an example 13 years ago
hacking Allow unicode transfer by not base64 encoding. Also: faster 14 years ago
lib/ansible add __init__ to action plugins 13 years ago
library Ignore failure of stop command if start succeeds with state=restarted 13 years ago
packaging distribution packaging should install all manpages 13 years ago
test Change $FILE{} and $PIPE{} to $FILE() and $PIPE() 13 years ago
.gitignore clean exec bits from lib/ansible/*.py, ignore Eclipse/PyDev files 14 years ago
CHANGELOG.md update changelog 13 years ago
CONTRIBUTING.md update contributing file 13 years ago
COPYING license file should be in source tree 14 years ago
MANIFEST.in Add some docs/examples 14 years ago
Makefile date parsing for OSX is BSD-like 13 years ago
README.md Update website link 13 years ago
RELEASES.txt Release version bump 14 years ago
VERSION Release version bump 14 years ago
setup.py Add package to setup.py 14 years ago

README.md

Ansible

Ansible is a radically simple configuration-management, deployment, task-execution, and multinode orchestration framework.

Read the documentation and more at http://ansible.cc

Design Principles

  • Dead simple setup
  • Super fast & parallel by default
  • No server or client daemons; use existing SSHd
  • No additional software required on client boxes
  • Modules can be written in ANY language
  • Awesome API for creating very powerful distributed scripts
  • Be usable as non-root
  • The easiest config management system to use, ever.

Get Involved

Branch Info

  • Releases are named after Van Halen songs.
  • The devel branch corresponds to the release actively under development.
  • Various release-X.Y branches exist for previous releases
  • We'd love to have your contributions, read "CONTRIBUTING.md" for process notes.

Author

Michael DeHaan -- michael.dehaan@gmail.com

http://michaeldehaan.net