ansible-core


Nameansible-core JSON
Version 2.16.6 PyPI version JSON
download
home_pagehttps://ansible.com/
SummaryRadically simple IT automation
upload_time2024-04-16 01:20:45
maintainerNone
docs_urlNone
authorAnsible, Inc.
requires_python>=3.10
licenseGPLv3+
keywords
VCS
bugtrack_url
requirements jinja2 PyYAML cryptography packaging resolvelib
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![PyPI version](https://img.shields.io/pypi/v/ansible-core.svg)](https://pypi.org/project/ansible-core)
[![Docs badge](https://img.shields.io/badge/docs-latest-brightgreen.svg)](https://docs.ansible.com/ansible/latest/)
[![Chat badge](https://img.shields.io/badge/chat-IRC-brightgreen.svg)](https://docs.ansible.com/ansible/latest/community/communication.html)
[![Build Status](https://dev.azure.com/ansible/ansible/_apis/build/status/CI?branchName=devel)](https://dev.azure.com/ansible/ansible/_build/latest?definitionId=20&branchName=devel)
[![Ansible Code of Conduct](https://img.shields.io/badge/code%20of%20conduct-Ansible-silver.svg)](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html)
[![Ansible mailing lists](https://img.shields.io/badge/mailing%20lists-Ansible-orange.svg)](https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information)
[![Repository License](https://img.shields.io/badge/license-GPL%20v3.0-brightgreen.svg)](COPYING)
[![Ansible CII Best Practices certification](https://bestpractices.coreinfrastructure.org/projects/2372/badge)](https://bestpractices.coreinfrastructure.org/projects/2372)

# Ansible

Ansible is a radically simple IT automation system. It handles
configuration management, application deployment, cloud provisioning,
ad-hoc task execution, network automation, and multi-node orchestration. Ansible makes complex
changes like zero-downtime rolling updates with load balancers easy. More information on the Ansible [website](https://ansible.com/).

## Design Principles

* Have an extremely simple setup process with a minimal learning curve.
* Manage machines 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.

## Use Ansible

You can install a released version of Ansible with `pip` or a package manager. See our
[installation guide](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) for details on installing Ansible
on a variety of platforms.

Power users and developers can run the `devel` branch, which has the latest
features and fixes, directly. Although it is reasonably stable, you are more likely to encounter
breaking changes when running the `devel` branch. We recommend getting involved
in the Ansible community if you want to run the `devel` branch.

## Get Involved

* Read [Community Information](https://docs.ansible.com/ansible/latest/community) 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.
* Join a [Working Group](https://github.com/ansible/community/wiki),
  an organized community devoted to a specific technology domain or platform.
* Submit a proposed code update through a pull request to the `devel` branch.
* Talk to us before making larger changes
  to avoid duplicate efforts. This not only helps everyone
  know what is going on, but it also helps save time and effort if we decide
  some changes are needed.
* For a list of email lists, IRC channels and Working Groups, see the
  [Communication page](https://docs.ansible.com/ansible/latest/community/communication.html)

## Coding Guidelines

We document our Coding Guidelines in the [Developer Guide](https://docs.ansible.com/ansible/devel/dev_guide/). We particularly suggest you review:

* [Contributing your module to Ansible](https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_checklist.html)
* [Conventions, tips, and pitfalls](https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_best_practices.html)

## Branch Info

* The `devel` branch corresponds to the release actively under development.
* The `stable-2.X` branches correspond to stable releases.
* Create a branch based on `devel` and set up a [dev environment](https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_general.html#common-environment-setup) if you want to open a PR.
* See the [Ansible release and maintenance](https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html) page for information about active branches.

## Roadmap

Based on team and community feedback, an initial roadmap will be published for a major or minor version (ex: 2.7, 2.8).
The [Ansible Roadmap page](https://docs.ansible.com/ansible/devel/roadmap/) details what is planned and how to influence the roadmap.

## Authors

Ansible was created by [Michael DeHaan](https://github.com/mpdehaan)
and has contributions from over 5000 users (and growing). Thanks everyone!

[Ansible](https://www.ansible.com) is sponsored by [Red Hat, Inc.](https://www.redhat.com)

## License

GNU General Public License v3.0 or later

See [COPYING](COPYING) to see the full text.

            

Raw data

            {
    "_id": null,
    "home_page": "https://ansible.com/",
    "name": "ansible-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ansible, Inc.",
    "author_email": "info@ansible.com",
    "download_url": "https://files.pythonhosted.org/packages/0c/65/d28ed46f5daeb2ed37f9b55631cac7070d7a39f72b6d25cb99a5d8068827/ansible_core-2.16.6.tar.gz",
    "platform": null,
    "description": "[![PyPI version](https://img.shields.io/pypi/v/ansible-core.svg)](https://pypi.org/project/ansible-core)\n[![Docs badge](https://img.shields.io/badge/docs-latest-brightgreen.svg)](https://docs.ansible.com/ansible/latest/)\n[![Chat badge](https://img.shields.io/badge/chat-IRC-brightgreen.svg)](https://docs.ansible.com/ansible/latest/community/communication.html)\n[![Build Status](https://dev.azure.com/ansible/ansible/_apis/build/status/CI?branchName=devel)](https://dev.azure.com/ansible/ansible/_build/latest?definitionId=20&branchName=devel)\n[![Ansible Code of Conduct](https://img.shields.io/badge/code%20of%20conduct-Ansible-silver.svg)](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html)\n[![Ansible mailing lists](https://img.shields.io/badge/mailing%20lists-Ansible-orange.svg)](https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information)\n[![Repository License](https://img.shields.io/badge/license-GPL%20v3.0-brightgreen.svg)](COPYING)\n[![Ansible CII Best Practices certification](https://bestpractices.coreinfrastructure.org/projects/2372/badge)](https://bestpractices.coreinfrastructure.org/projects/2372)\n\n# Ansible\n\nAnsible is a radically simple IT automation system. It handles\nconfiguration management, application deployment, cloud provisioning,\nad-hoc task execution, network automation, and multi-node orchestration. Ansible makes complex\nchanges like zero-downtime rolling updates with load balancers easy. More information on the Ansible [website](https://ansible.com/).\n\n## Design Principles\n\n* Have an extremely simple setup process with a minimal learning curve.\n* Manage machines quickly and in parallel.\n* Avoid custom-agents and additional open ports, be agentless by\n  leveraging the existing SSH daemon.\n* Describe infrastructure in a language that is both machine and human\n  friendly.\n* Focus on security and easy auditability/review/rewriting of content.\n* Manage new remote machines instantly, without bootstrapping any\n  software.\n* Allow module development in any dynamic language, not just Python.\n* Be usable as non-root.\n* Be the easiest IT automation system to use, ever.\n\n## Use Ansible\n\nYou can install a released version of Ansible with `pip` or a package manager. See our\n[installation guide](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) for details on installing Ansible\non a variety of platforms.\n\nPower users and developers can run the `devel` branch, which has the latest\nfeatures and fixes, directly. Although it is reasonably stable, you are more likely to encounter\nbreaking changes when running the `devel` branch. We recommend getting involved\nin the Ansible community if you want to run the `devel` branch.\n\n## Get Involved\n\n* Read [Community Information](https://docs.ansible.com/ansible/latest/community) for all\n  kinds of ways to contribute to and interact with the project,\n  including mailing list information and how to submit bug reports and\n  code to Ansible.\n* Join a [Working Group](https://github.com/ansible/community/wiki),\n  an organized community devoted to a specific technology domain or platform.\n* Submit a proposed code update through a pull request to the `devel` branch.\n* Talk to us before making larger changes\n  to avoid duplicate efforts. This not only helps everyone\n  know what is going on, but it also helps save time and effort if we decide\n  some changes are needed.\n* For a list of email lists, IRC channels and Working Groups, see the\n  [Communication page](https://docs.ansible.com/ansible/latest/community/communication.html)\n\n## Coding Guidelines\n\nWe document our Coding Guidelines in the [Developer Guide](https://docs.ansible.com/ansible/devel/dev_guide/). We particularly suggest you review:\n\n* [Contributing your module to Ansible](https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_checklist.html)\n* [Conventions, tips, and pitfalls](https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_best_practices.html)\n\n## Branch Info\n\n* The `devel` branch corresponds to the release actively under development.\n* The `stable-2.X` branches correspond to stable releases.\n* Create a branch based on `devel` and set up a [dev environment](https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_general.html#common-environment-setup) if you want to open a PR.\n* See the [Ansible release and maintenance](https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html) page for information about active branches.\n\n## Roadmap\n\nBased on team and community feedback, an initial roadmap will be published for a major or minor version (ex: 2.7, 2.8).\nThe [Ansible Roadmap page](https://docs.ansible.com/ansible/devel/roadmap/) details what is planned and how to influence the roadmap.\n\n## Authors\n\nAnsible was created by [Michael DeHaan](https://github.com/mpdehaan)\nand has contributions from over 5000 users (and growing). Thanks everyone!\n\n[Ansible](https://www.ansible.com) is sponsored by [Red Hat, Inc.](https://www.redhat.com)\n\n## License\n\nGNU General Public License v3.0 or later\n\nSee [COPYING](COPYING) to see the full text.\n",
    "bugtrack_url": null,
    "license": "GPLv3+",
    "summary": "Radically simple IT automation",
    "version": "2.16.6",
    "project_urls": {
        "Bug Tracker": "https://github.com/ansible/ansible/issues",
        "CI: Azure Pipelines": "https://dev.azure.com/ansible/ansible/",
        "Code of Conduct": "https://docs.ansible.com/ansible/latest/community/code_of_conduct.html",
        "Documentation": "https://docs.ansible.com/ansible-core/",
        "Homepage": "https://ansible.com/",
        "Mailing lists": "https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information",
        "Source Code": "https://github.com/ansible/ansible"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b91f8d26d00ab0ae6c5af065b727f347931748005dd7737c14c6a37b2d8d34a4",
                "md5": "e7be5511afe2363c1d0b914d1142eab0",
                "sha256": "f9dea5044a86fd95cc27099f4f5c3ae9beb23acf7c3b6331455726c47825922b"
            },
            "downloads": -1,
            "filename": "ansible_core-2.16.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e7be5511afe2363c1d0b914d1142eab0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 2251766,
            "upload_time": "2024-04-16T01:20:42",
            "upload_time_iso_8601": "2024-04-16T01:20:42.663767Z",
            "url": "https://files.pythonhosted.org/packages/b9/1f/8d26d00ab0ae6c5af065b727f347931748005dd7737c14c6a37b2d8d34a4/ansible_core-2.16.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c65d28ed46f5daeb2ed37f9b55631cac7070d7a39f72b6d25cb99a5d8068827",
                "md5": "29c3752880063d5e5f5fef23b3c46401",
                "sha256": "111e55d358c2297ec0ce03ba98e6c5ce95947fdf50d878215eb8c183d0c275e4"
            },
            "downloads": -1,
            "filename": "ansible_core-2.16.6.tar.gz",
            "has_sig": false,
            "md5_digest": "29c3752880063d5e5f5fef23b3c46401",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 3176041,
            "upload_time": "2024-04-16T01:20:45",
            "upload_time_iso_8601": "2024-04-16T01:20:45.717471Z",
            "url": "https://files.pythonhosted.org/packages/0c/65/d28ed46f5daeb2ed37f9b55631cac7070d7a39f72b6d25cb99a5d8068827/ansible_core-2.16.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-16 01:20:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ansible",
    "github_project": "ansible",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "jinja2",
            "specs": [
                [
                    ">=",
                    "3.0.0"
                ]
            ]
        },
        {
            "name": "PyYAML",
            "specs": [
                [
                    ">=",
                    "5.1"
                ]
            ]
        },
        {
            "name": "cryptography",
            "specs": []
        },
        {
            "name": "packaging",
            "specs": []
        },
        {
            "name": "resolvelib",
            "specs": [
                [
                    "<",
                    "1.1.0"
                ],
                [
                    ">=",
                    "0.5.3"
                ]
            ]
        }
    ],
    "lcname": "ansible-core"
}
        
Elapsed time: 0.24649s