No description
Find a file
Robert de Bock 3247eec97a Fixes #49362 module dnf: install python3-dnf preferably over python2-dnf. (#49402)
* Create python3and2

Adding tests to see if dnf still works when python-2 and python-3 are installed.

* Update main.yml

Include the tests that run on python 2 and python 3, based on the package manager.

* Update dnf.py

Use python3-dnf by default, otherwise python2-dnf.

* Rename python3and2 to python3and2.yml

Rename.
2018-12-04 16:43:45 -05:00
.github Update BOTMETA ignore list for alternatives.py (#49489) 2018-12-04 14:58:40 -06:00
bin use ansible json encoding/decoding to avoid errors (#47214) 2018-11-16 12:11:33 -05:00
changelogs [s3_bucket] Handle error paginating object versions when bucket does not exist (#49396) 2018-12-04 15:42:14 -05:00
contrib cloudstack: inventory: consider more keys optional (#49364) 2018-12-01 02:00:41 +01:00
docs Update faq.rst: typo (#49491) 2018-12-04 15:44:29 -05:00
examples Add comment about group merge in yaml inventory example (#24986) 2018-11-29 14:22:48 -06:00
hacking [AWS] ses rule set module for inbound email processing (#42781) 2018-11-14 12:15:24 -05:00
lib/ansible Fixes #49362 module dnf: install python3-dnf preferably over python2-dnf. (#49402) 2018-12-04 16:43:45 -05:00
licenses
packaging new module: azure_rm_rediscache (#47914) 2018-11-28 15:59:55 -08:00
test Fixes #49362 module dnf: install python3-dnf preferably over python2-dnf. (#49402) 2018-12-04 16:43:45 -05:00
.cherry_picker.toml 🚸 🐍 🍒 ⛏ Integrate cherry picker (#41403) 2018-07-12 19:34:02 +03:00
.coveragerc AnsiballZ improvements 2018-07-26 20:07:25 -07:00
.gitattributes 2.6 changelog gen/version/root dir cleanup (#40421) 2018-05-21 16:14:53 -07:00
.gitignore
.mailmap
CODING_GUIDELINES.md Tidy up Contributors Docs (#47619) 2018-10-28 17:11:40 -05:00
COPYING license file should be in source tree 2012-03-15 20:24:22 -04:00
Makefile In the Makefile useful target list, mention "clean" and "webdocs". (#48843) 2018-11-19 14:44:26 -06:00
MANIFEST.in
MODULE_GUIDELINES.md Tidy up Contributors Docs (#47619) 2018-10-28 17:11:40 -05:00
README.rst
requirements.txt
setup.py win_exec: refactor PS exec runner (#45334) 2018-10-02 15:55:53 -07:00
shippable.yml Add CI platform: rhel/8.0 (#48835) 2018-11-16 22:06:19 -08:00
tox.ini Fix ansible-test unit test execution. (#45772) 2018-09-18 08:37:14 -07:00

PyPI version Docs badge Chat badge Build Status Ansible Code of Conduct Ansible mailing lists Repository License

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 https://ansible.com/

You can find installation instructions here for a variety of platforms.

Most users should probably install a released version of Ansible from pip, a package manager or our release repository. Officially supported builds of Ansible are also available. Some power users run directly from the development branch - while significant efforts are made to ensure that devel is reasonably stable, you're more likely to encounter breaking changes when running Ansible this way.

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 to the devel branch.
  • Feel free to talk to us before making larger changes 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
  • For the full list of Email Lists, IRC channels see the Communication page

Branch Info

  • Releases are named after Led Zeppelin songs. (Releases prior to 2.0 were named after Van Halen songs.)
  • The devel branch corresponds to the release actively under development.
  • The stable-2.x branches exist for current releases.
  • Various release-X.Y branches exist for previous releases.
  • For information about the active branches see the Ansible release and maintenance page.
  • We'd love to have your contributions, read the Community Guide for notes on how to get started.

Roadmap

Based on team and community feedback, an initial roadmap will be published for a major or minor version (ex: 2.0, 2.1). Subminor versions will generally not have roadmaps published.

The Ansible Roadmap page details what is planned and how to influence the roadmap.

Authors

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

Ansible is sponsored by Red Hat, Inc.

License

GNU General Public License v3.0

See COPYING to see the full text.