diff options
author | Lee Garrett <lgarrett@rocketjump.eu> | 2021-11-17 20:15:37 +0100 |
---|---|---|
committer | Lee Garrett <lgarrett@rocketjump.eu> | 2021-11-17 20:15:37 +0100 |
commit | b1739f3e93dadd7d8fa794644ceedc24bddc8388 (patch) | |
tree | 193d287510fd44d67857e2d6b6bfcbb2b495c60a /PKG-INFO | |
parent | 13e2c2e94d3559b85a7d813d98e9835b891b0a9f (diff) | |
download | debian-ansible-core-b1739f3e93dadd7d8fa794644ceedc24bddc8388.zip |
New upstream version 2.12.0
Diffstat (limited to 'PKG-INFO')
-rw-r--r-- | PKG-INFO | 18 |
1 files changed, 6 insertions, 12 deletions
@@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: ansible-core -Version: 2.11.6 +Version: 2.12.0 Summary: Radically simple IT automation Home-page: https://ansible.com/ Author: Ansible, Inc. @@ -21,13 +21,13 @@ Description: |PyPI version| |Docs badge| |Chat badge| |Build Status| |Code Of Co 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/>`_. + changes like zero-downtime rolling updates with load balancers easy. More information on the Ansible `website <https://ansible.com/>`_. Design Principles ================= - * Have a dead-simple setup process with a minimal learning curve. - * Manage machines very quickly and in parallel. + * 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 @@ -46,8 +46,6 @@ Description: |PyPI version| |Docs badge| |Chat badge| |Build Status| |Code Of Co `installation guide <https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html>`_ for details on installing Ansible on a variety of platforms. - Red Hat offers supported builds of `Ansible Engine <https://www.ansible.com/ansible-engine>`_. - 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 @@ -139,15 +137,11 @@ Classifier: Intended Audience :: System Administrators Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) Classifier: Natural Language :: English Classifier: Operating System :: POSIX -Classifier: Programming Language :: Python :: 2 -Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.5 -Classifier: Programming Language :: Python :: 3.6 -Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 Classifier: Topic :: System :: Installation/Setup Classifier: Topic :: System :: Systems Administration Classifier: Topic :: Utilities -Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.* +Requires-Python: >=3.8 |