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
Michael DeHaan d58bc4da4e Merge pull request #1361 from lantins/devel
Copy module can replace symlink with a real file.
13 years ago
bin trivial --syntax-check option to ansible to just do the yaml validation 13 years ago
contrib add presentation 13 years ago
docs/man HP and vsphere modules are crazy awesome but I am thinking these belong in contrib not core. 13 years ago
docsite Merge pull request #1373 from jpmens/who1 13 years ago
examples refine example 13 years ago
hacking Merge pull request #1367 from jpmens/mdtempl 13 years ago
lib/ansible Port should be an integer 13 years ago
library Merge pull request #1361 from lantins/devel 13 years ago
packaging Library functions and modules should be in the 3 man page section. Also the files should end in '.3' 13 years ago
plugins Merge pull request #1351 from cocoy/ec2-v2 13 years ago
test Only expand lists in templating inside of module action lines, to avoid breaking usage with with_items and "in" statements, etc 13 years ago
.gitignore Fix documentation consistency in .gitignore 13 years ago
CHANGELOG.md Rebuild docs 13 years ago
CONTRIBUTING.md update CONTRIBUTING 13 years ago
COPYING license file should be in source tree 14 years ago
MANIFEST.in Add some docs/examples 14 years ago
Makefile Put generated manpages back in correct directory 13 years ago
README.md Update website link 13 years ago
RELEASES.txt Release version bump 13 years ago
VERSION Release version bump 13 years ago
setup.py add lookup plugins to setup.py 13 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