1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-16 14:35:00 +00:00
No description
Find a file
2013-03-17 23:33:13 -04:00
bin
docs/man
docsite Make Python 3 instructions a bit more clear. 2013-03-17 23:26:57 -04:00
examples
hacking
lib/ansible Add support to directly set content in copy module 2013-03-17 23:33:13 -04:00
library Add support to directly set content in copy module 2013-03-17 23:33:13 -04:00
packaging
plugins
test password lookup plugin, with working tests and documentation 2013-03-10 13:36:53 +11:00
.gitignore
AUTHORS.TXT
CHANGELOG.md Minor spelling fixes 2013-03-06 10:41:19 -08:00
CONTRIBUTING.md
COPYING
Makefile Merge pull request #2278 from jcftang/devel 2013-03-10 15:20:38 -07:00
MANIFEST.in
README.md
RELEASES.txt
setup.py
VERSION

Ansible

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

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

Many users run straight from the development branch (it's generally fine to do so), but you might also wish to consume a release. You can find instructions on http://ansible.cc/docs/gettingstarted.html for a variety of platforms. If you want a tarball of the last release, go to http://ansible.cc/releases/ and you can also install with pip (though that will bring in some optional binary dependencies you normally do not need).

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