1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
Find a file
Michael DeHaan bc02e20503 Merge branch 'rsynctake2' into devel
Conflicts:
	CHANGELOG.md
2013-08-11 16:22:36 -04:00
bin Misc style fixes. 2013-08-10 17:59:05 -04:00
docs/man
docsite Merge pull request #3818 from resmo/feature/docsite-update 2013-08-11 12:50:20 -07:00
examples Add a nocolor setting to ansible.cfg 2013-08-08 21:37:33 +05:30
hacking Fixup docs formatting. 2013-08-06 10:53:56 -04:00
lib/ansible Merge branch 'rsynctake2' into devel 2013-08-11 16:22:36 -04:00
library Merge branch 'rsynctake2' into devel 2013-08-11 16:22:36 -04:00
packaging
plugins digital_ocean #3438: use get instead of [] to prevent KeyError 2013-08-09 11:57:37 -04:00
test Remove some test prints 2013-08-10 17:37:04 -04:00
.gitignore
CHANGELOG.md Merge branch 'rsynctake2' into devel 2013-08-11 16:22:36 -04:00
CONTRIBUTING.md Fix some typos discovered during casual reading 2013-08-11 18:41:23 +05:30
COPYING
Makefile
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://ansibleworks.com/

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://ansibleworks.com/docs/gettingstarted.html for a variety of platforms. If you want a tarball of the last release, go to http://ansibleworks.com/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@ansibleworks.com

AnsibleWorks