"Fossies" - the Fresh Open Source Software Archive 
Member "ansible-6.1.0/PKG-INFO" (12 Jul 2022, 6438 Bytes) of package /linux/misc/ansible-6.1.0.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "PKG-INFO":
6.0.0_vs_6.1.0.
1 Metadata-Version: 2.1
2 Name: ansible
3 Version: 6.1.0
4 Summary: Radically simple IT automation
5 Home-page: https://ansible.com/
6 Author: Ansible, Inc.
7 Author-email: info@ansible.com
8 License: GPLv3+
9 Project-URL: Bug Tracker, https://github.com/ansible/ansible/issues
10 Project-URL: Code of Conduct, https://docs.ansible.com/ansible/latest/community/code_of_conduct.html
11 Project-URL: Documentation, https://docs.ansible.com/ansible/
12 Project-URL: Mailing lists, https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information
13 Project-URL: Source Code, https://github.com/ansible/ansible
14 Platform: UNKNOWN
15 Classifier: Development Status :: 5 - Production/Stable
16 Classifier: Environment :: Console
17 Classifier: Framework :: Ansible
18 Classifier: Intended Audience :: Developers
19 Classifier: Intended Audience :: Information Technology
20 Classifier: Intended Audience :: System Administrators
21 Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
22 Classifier: Natural Language :: English
23 Classifier: Operating System :: POSIX
24 Classifier: Programming Language :: Python :: 3.8
25 Classifier: Programming Language :: Python :: 3.9
26 Classifier: Programming Language :: Python :: 3.10
27 Classifier: Topic :: System :: Installation/Setup
28 Classifier: Topic :: System :: Systems Administration
29 Classifier: Topic :: Utilities
30 Requires-Python: >=3.8
31 License-File: COPYING
32
33 |PyPI version| |Docs badge| |Chat badge| |Build Status| |Code Of Conduct| |Mailing Lists| |License|
34
35 *******
36 Ansible
37 *******
38
39 Ansible is a radically simple IT automation system. It handles configuration management, application
40 deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node
41 orchestration. Ansible makes complex changes like zero-downtime rolling updates with load balancers
42 easy. More information on the Ansible `website <https://ansible.com/>`_.
43
44 Design Principles
45 =================
46
47 * Have an extremely simple setup process and a minimal learning curve.
48 * Manage machines quickly and in parallel.
49 * Avoid custom-agents and additional open ports, be agentless by
50 leveraging the existing SSH daemon.
51 * Describe infrastructure in a language that is both machine and human
52 friendly.
53 * Focus on security and easy auditability/review/rewriting of content.
54 * Manage new remote machines instantly, without bootstrapping any
55 software.
56 * Allow module development in any dynamic language, not just Python.
57 * Be usable as non-root.
58 * Be the easiest IT automation system to use, ever.
59
60 Use Ansible
61 ===========
62
63 You can install a released version of Ansible with ``pip`` or a package manager. See our
64 `Installation guide <https://docs.ansible.com/ansible/latest/installation_guide/index.html>`_ for details on installing Ansible
65 on a variety of platforms.
66
67
68 Get Involved
69 ============
70
71 * Read `Community Information <https://docs.ansible.com/ansible/latest/community>`_ for ways to contribute to
72 and interact with the project, including mailing list information and how
73 to submit bug reports and code to Ansible or Ansible collections.
74 * Join a `Working Group <https://github.com/ansible/community/wiki>`_, an organized community
75 devoted to a specific technology domain or platform.
76 * Talk to us before making larger changes
77 to avoid duplicate efforts. This not only helps everyone
78 know what is going on, but it also helps save time and effort if we decide
79 some changes are needed.
80 * For a list of email lists, Matrix and IRC channels, and Working Groups, see the
81 `Communication page <https://docs.ansible.com/ansible/latest/community/communication.html>`_
82
83 Coding Guidelines
84 =================
85
86 We document our Coding Guidelines in the `Developer Guide <https://docs.ansible.com/ansible/devel/dev_guide/>`_. We also suggest you review:
87
88 * `Developing modules checklist <https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_checklist.html>`_
89 * `Collection contributor guide <https://docs.ansible.com/ansible/devel/community/contributions_collections.html>`_
90
91 Branch Info
92 ===========
93
94 * The Ansible package is a 'batteries included' package that brings in ``ansible-core`` and a curated set of collections. Ansible uses `semantic versioning <https://semver.org/>`_ (for example, Ansible 5.6.0).
95 * The Ansible package has only one stable branch, called 'latest' in the documentation.
96 * See `Ansible release and maintenance <https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html>`_ for information about active branches and their corresponding ``ansible-core`` versions.
97
98 Roadmap
99 =======
100
101 Based on team and community feedback, an initial roadmap will be published for a major
102 version (example: 5, 6). The `Ansible Roadmap
103 <https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html>`_ details what is planned and how to influence the
104 roadmap.
105
106 Authors
107 =======
108
109 Ansible was created by `Michael DeHaan <https://github.com/mpdehaan>`_
110 and has contributions from over 4700 users (and growing). Thanks everyone!
111
112 `Ansible <https://www.ansible.com>`_ is sponsored by `Red Hat, Inc.
113 <https://www.redhat.com>`_
114
115 License
116 =======
117
118 GNU General Public License v3.0 or later
119
120 See `COPYING <COPYING>`_ to see the full text.
121
122 .. |PyPI version| image:: https://img.shields.io/pypi/v/ansible.svg
123 :target: https://pypi.org/project/ansible
124 .. |Docs badge| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg
125 :target: https://docs.ansible.com/ansible/latest/
126 .. |Build Status| image:: https://dev.azure.com/ansible/ansible/_apis/build/status/CI?branchName=devel
127 :target: https://dev.azure.com/ansible/ansible/_build/latest?definitionId=20&branchName=devel
128 .. |Chat badge| image:: https://img.shields.io/badge/chat-IRC-brightgreen.svg
129 :target: https://docs.ansible.com/ansible/latest/community/communication.html
130 .. |Code Of Conduct| image:: https://img.shields.io/badge/code%20of%20conduct-Ansible-silver.svg
131 :target: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html
132 :alt: Ansible Code of Conduct
133 .. |Mailing Lists| image:: https://img.shields.io/badge/mailing%20lists-Ansible-orange.svg
134 :target: https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information
135 :alt: Ansible mailing lists
136 .. |License| image:: https://img.shields.io/badge/license-GPL%20v3.0-brightgreen.svg
137 :target: COPYING
138 :alt: Repository License
139
140