Go to file
Johannes Truschnigg b377301195 Fix sizes reported for devices with phys. bs != 512b (#15521)
The `setup` module reports incorrectly computed disk and partition size facts on (afaict) all Linux kernels for block devices that report a physical block size other than 512b.

This happens because `facts.py` incorrectly assumes that sysfs reports a device's block count in units of that device's physical sector size. The kernel, however, always reports and exports sector counts in units of 512b sectors, even if the device's hardware interface cannot address individual blocks this small. The results we see are inflated capacity figures for things like some SSD models and 4kn-HDDs that do report a hardware sector size greater than 512b.
2016-12-02 12:30:40 -05:00
bin Fix bug 14715: Galaxy CLI paging error 2016-02-29 21:17:50 -05:00
docs/man Setting up new release candidate versioning 2015-03-10 17:16:33 -05:00
docsite Document the issue with modules being created world-readable on the client in certain circumstances 2016-03-16 11:34:43 -07:00
examples removed quotes that actually break detection 2015-07-06 15:44:16 -04:00
hacking egg_info is now written directly to lib 2015-05-30 08:39:31 -07:00
lib/ansible Fix sizes reported for devices with phys. bs != 512b (#15521) 2016-12-02 12:30:40 -05:00
packaging Fix a bug in the spec file change 2016-05-04 10:21:55 -07:00
plugins Switch ansible-galaxy and the hipchat callback plugin to use open_url 2015-09-17 04:54:29 -07:00
test Change url so that we don't test https in the tests for file perms 2016-03-20 08:50:55 -07:00
ticket_stubs typofixes - https://github.com/vlajos/misspell_fixer 2014-12-04 22:23:35 +00:00
.coveragerc Add tox and travis-ci support 2015-03-16 12:16:02 -07:00
.gitattributes updated changelog with 1.8.2-4 content, added .gitattributes 2015-02-23 22:20:33 +00:00
.gitignore Add tox and travis-ci support 2015-03-16 12:16:02 -07:00
.gitmodules removed obsolete v2 tree 2015-09-01 07:13:05 -04:00
.travis.yml Remove coveralls from .travis.yml. 2016-06-30 20:48:19 -07:00
CHANGELOG.md Add apt_key fix to changelog 2016-10-24 15:41:11 -07:00
CODING_GUIDELINES.md CODING_GUIDELINES: Fix typo: / => \ 2014-06-28 08:21:15 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2014-09-10 13:00:57 -04:00
COPYING license file should be in source tree 2012-03-15 20:24:22 -04:00
ISSUE_TEMPLATE.md Replacing the issues template with the updated one from examples 2014-09-09 11:10:49 -05:00
Makefile Increase local version for unofficial rpms (#17044) 2016-08-11 17:36:26 -07:00
MANIFEST.in allow for packaging to be in release tarball 2015-12-17 12:40:52 -05:00
README.md Add tox and travis-ci support 2015-03-16 12:16:02 -07:00
RELEASES.txt New release v1.9.6-1 2016-04-15 14:51:48 -04:00
setup.py Generic package_dir mapping in setup.py (closes #10437) 2015-03-11 19:17:02 -07:00
test-requirements.txt Add tox and travis-ci support 2015-03-16 12:16:02 -07:00
tox.ini Add tox and travis-ci support 2015-03-16 12:16:02 -07:00
VERSION New release v1.9.6-1 2016-04-15 14:51:48 -04:00

PyPI version PyPI downloads Build Status

Ansible

Ansible is a radically simple IT automation system. It handles configuration-management, application deployment, cloud provisioning, ad-hoc task-execution, and multinode orchestration - including trivializing things like zero downtime rolling updates with load balancers.

Read the documentation and more at http://ansible.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 here for a variety of platforms. If you decide to go with the development branch, be sure to run "git submodule update --init --recursive" after doing a checkout.

If you want to download a tarball of a release, go to releases.ansible.com, though most users use yum (using the EPEL instructions linked above), apt (using the PPA instructions linked above), or "pip install ansible".

Design Principles

  • Have a dead simple setup process and a minimal learning curve
  • Manage machines very quickly and in parallel
  • Avoid custom-agents and additional open ports, be agentless by leveraging the existing SSH daemon
  • Describe infrastructure in a language that is both machine and human friendly
  • Focus on security and easy auditability/review/rewriting of content
  • Manage new remote machines instantly, without bootstrapping any software
  • Allow module development in any dynamic language, not just Python
  • Be usable as non-root
  • Be the easiest IT automation system to use, ever.

Get Involved

  • Read Community Information 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.
  • All code submissions are done through pull requests. Take care to make sure no merge commits are in the submission, and use "git rebase" vs "git merge" for this reason. If submitting a large code change (other than modules), it's probably a good idea to join ansible-devel and talk about what you would like to do or add first and to avoid duplicate efforts. This not only helps everyone know what's going on, it also helps save time and effort if we decide some changes are needed.
  • Users list: ansible-project
  • Development list: ansible-devel
  • Announcement list: ansible-announce - read only
  • irc.freenode.net: #ansible

Branch Info

  • Releases are named after Van Halen songs.
  • The devel branch corresponds to the release actively under development.
  • As of 1.8, modules are kept in different repos, you'll want to follow core and extras
  • Various release-X.Y branches exist for previous releases.
  • We'd love to have your contributions, read Community Information for notes on how to get started.

Authors

Ansible was created by Michael DeHaan (michael.dehaan/gmail/com) and has contributions from over 900 users (and growing). Thanks everyone!

Ansible is sponsored by Ansible, Inc