No description
Find a file
Bernhard Weitzhofer b7f3d6ac92 postgresql_db: add args lc_collate, lc_ctype
Allow the specification of additional locale settings (lc_collate and lc_ctype) when creating a new database (state=present).

Fail if the specified database already exists with different locale/encoding settings. (These settings can't be changed for existing databases as far as I know, and failing seems better than suggesting that no change was necessary by returning changed=False)
2013-03-25 12:34:59 +01:00
bin add --step option to ansible-playbooks to let people step through a playbook 2013-03-11 00:39:05 -04:00
docs/man Mention of ansible-doc and man pages for modules. 2013-03-18 20:31:42 -06:00
docsite Merge pull request #2487 from dorfsmay/20130322 2013-03-24 14:26:07 -07:00
examples Fix example 2013-03-11 23:37:29 -04:00
hacking module_formatter.return_data: use UTF-8 encoding 2013-03-17 19:55:56 +02:00
lib/ansible Merge pull request #2455 from robparrott/debuggin-help 2013-03-24 14:49:37 -07:00
library postgresql_db: add args lc_collate, lc_ctype 2013-03-25 12:34:59 +01:00
packaging RPM packaging: check properly if using RHEL5 or older 2013-03-17 05:55:06 +02:00
plugins Merge pull request #2402 from dparalen/ec2_inventory_hostname_check 2013-03-17 07:32:58 -07:00
test password lookup plugin, with working tests and documentation 2013-03-10 13:36:53 +11:00
.gitignore
AUTHORS.TXT
CHANGELOG.md Update changelog since last merge. 2013-03-17 11:39:57 -04:00
CONTRIBUTING.md
COPYING
Makefile Teach 'make rpm' to build on RHEL5/SL5 etc... 2013-03-11 15:37:03 +00: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