Go to file
Michael DeHaan 8808c814ea Merge pull request #89 from skvidal/feature
touch up to yum module.
2012-03-10 05:40:24 -08:00
bin Move print statements out of playbook.py and back into CLI so we can simplify playbook operations 2012-03-06 19:24:36 -05:00
docs/man Add manpage for ansible-playbook, since it is a command. More detailed docs will remain on the web site. 2012-03-09 22:06:44 -05:00
examples src= parameters for template and copy operations can be relative to the playbook (for /usr/bin/ansible-playbook) or current directory (for /usr/bin/ansible) 2012-03-06 21:13:50 -05:00
hacking Move print statements out of playbook.py and back into CLI so we can simplify playbook operations 2012-03-06 19:24:36 -05:00
lib/ansible runner buglet and yum module 2012-03-09 18:33:58 -05:00
library touch up to yum module. 2012-03-10 02:19:57 -05:00
test Setup module tests 2012-04-04 11:55:24 -04:00
.gitignore Add environment updating script 'env-setup' to facilitate running ansible from a git checkout. 2012-03-05 13:47:01 -05:00
ansible.spec Factoids and push variables via setup are now available to be templated in command args 2012-03-05 20:09:03 -05:00
AUTHORS.md Update AUTHORS 2012-03-02 23:12:43 -05:00
Makefile Add manpage for ansible-playbook, since it is a command. More detailed docs will remain on the web site. 2012-03-09 22:06:44 -05:00
MANIFEST.in add MANIFEST.in, ansible.spec, modify setup.py for rpm pkg creation 2012-03-05 12:15:24 -05:00
README.md Update README.md 2012-03-08 13:59:12 -05:00
setup.py Add manpage for ansible-playbook, since it is a command. More detailed docs will remain on the web site. 2012-03-09 22:06:44 -05:00

Ansible

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

Read all about at it at (http://ansible.github.com)

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

Author

Michael DeHaan -- michael.dehaan@gmail.com

http://michaeldehaan.net