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 8349c04d06 Merge pull request #4488 from renanivo/devel
create install_options parameter for homebrew module
2013-10-14 16:47:59 -07:00
bin
docs/man
docsite Remove extra "latest/" subdirectory in docs build structure. 2013-10-14 08:27:30 -04:00
examples Add example.config and main documentation of the roles_path feature. 2013-10-12 10:15:30 -04:00
hacking
lib/ansible Adding os realpath filter. 2013-10-14 23:41:16 +00:00
library Merge pull request #4488 from renanivo/devel 2013-10-14 16:47:59 -07:00
packaging
plugins fixed identity type not set in inventory/rax.py plugin 2013-10-14 11:57:19 -04:00
test Merge pull request #3827 from mscherer/disable_callbacks 2013-10-12 07:03:06 -07:00
.gitignore
CHANGELOG.md Add changelog note about new ovirt module 2013-10-14 11:41:03 -04:00
CONTRIBUTING.md
COPYING
Makefile Remove extra "latest/" subdirectory in docs build structure. 2013-10-14 08:27:30 -04:00
MANIFEST.in Add some docs/examples 2012-08-14 13:05:44 -04:00
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/intro_getting_started.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

  • Read Contributing.md for all kinds of ways to contribute to and interact with the project, including mailing list information and how to submit bug reports and code to Ansible.
  • irc.freenode.net: #ansible

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