ansible-core 2.13.11__py3-none-any.whl → 2.13.12rc1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ansible-core might be problematic. Click here for more details.

Files changed (41) hide show
  1. ansible/cli/config.py +1 -0
  2. ansible/cli/galaxy.py +6 -2
  3. ansible/cli/inventory.py +1 -1
  4. ansible/galaxy/role.py +33 -1
  5. ansible/module_utils/ansible_release.py +1 -1
  6. ansible/release.py +1 -1
  7. ansible_core-2.13.12rc1.dist-info/METADATA +128 -0
  8. {ansible_core-2.13.11.dist-info → ansible_core-2.13.12rc1.dist-info}/RECORD +39 -38
  9. {ansible_core-2.13.11.dist-info → ansible_core-2.13.12rc1.dist-info}/WHEEL +1 -1
  10. ansible_test/_data/completion/remote.txt +2 -2
  11. ansible_test/_data/requirements/sanity.ansible-doc.txt +2 -0
  12. ansible_test/_data/requirements/sanity.changelog.txt +2 -0
  13. ansible_test/_data/requirements/sanity.import.plugin.txt +2 -0
  14. ansible_test/_data/requirements/sanity.import.txt +2 -0
  15. ansible_test/_data/requirements/sanity.integration-aliases.txt +2 -0
  16. ansible_test/_data/requirements/sanity.pylint.txt +2 -0
  17. ansible_test/_data/requirements/sanity.runtime-metadata.txt +2 -0
  18. ansible_test/_data/requirements/sanity.validate-modules.txt +2 -0
  19. ansible_test/_data/requirements/sanity.yamllint.txt +2 -0
  20. ansible_test/_internal/ansible_util.py +57 -4
  21. ansible_test/_internal/classification/__init__.py +6 -13
  22. ansible_test/_internal/classification/python.py +0 -1
  23. ansible_test/_internal/commands/sanity/__init__.py +35 -1
  24. ansible_test/_internal/commands/sanity/bin_symlinks.py +102 -0
  25. ansible_test/_internal/commands/sanity/integration_aliases.py +401 -0
  26. ansible_test/_internal/commands/sanity/validate_modules.py +5 -1
  27. ansible_test/_internal/constants.py +1 -0
  28. ansible_test/_internal/delegation.py +5 -2
  29. ansible_test/_internal/provider/layout/ansible.py +1 -1
  30. ansible_test/_internal/provider/source/unversioned.py +0 -3
  31. ansible_test/_internal/python_requirements.py +7 -0
  32. ansible_test/_internal/util.py +0 -2
  33. ansible_test/_util/target/setup/ConfigureRemotingForAnsible.ps1 +1 -1
  34. ansible_test/_util/target/setup/bootstrap.sh +2 -0
  35. ansible_test/_util/target/setup/requirements.py +63 -0
  36. ansible_core-2.13.11.dist-info/METADATA +0 -154
  37. ansible_test/_internal/commands/sanity/sanity_docs.py +0 -60
  38. {ansible_core-2.13.11.data → ansible_core-2.13.12rc1.data}/scripts/ansible-test +0 -0
  39. {ansible_core-2.13.11.dist-info → ansible_core-2.13.12rc1.dist-info}/COPYING +0 -0
  40. {ansible_core-2.13.11.dist-info → ansible_core-2.13.12rc1.dist-info}/entry_points.txt +0 -0
  41. {ansible_core-2.13.11.dist-info → ansible_core-2.13.12rc1.dist-info}/top_level.txt +0 -0
@@ -1,154 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: ansible-core
3
- Version: 2.13.11
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: CI: Azure Pipelines, https://dev.azure.com/ansible/ansible/
11
- Project-URL: Code of Conduct, https://docs.ansible.com/ansible/latest/community/code_of_conduct.html
12
- Project-URL: Documentation, https://docs.ansible.com/ansible-core/
13
- Project-URL: Mailing lists, https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information
14
- Project-URL: Source Code, https://github.com/ansible/ansible
15
- Classifier: Development Status :: 5 - Production/Stable
16
- Classifier: Environment :: Console
17
- Classifier: Intended Audience :: Developers
18
- Classifier: Intended Audience :: Information Technology
19
- Classifier: Intended Audience :: System Administrators
20
- Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
21
- Classifier: Natural Language :: English
22
- Classifier: Operating System :: POSIX
23
- Classifier: Programming Language :: Python :: 3
24
- Classifier: Programming Language :: Python :: 3.8
25
- Classifier: Programming Language :: Python :: 3.9
26
- Classifier: Programming Language :: Python :: 3.10
27
- Classifier: Programming Language :: Python :: 3 :: Only
28
- Classifier: Topic :: System :: Installation/Setup
29
- Classifier: Topic :: System :: Systems Administration
30
- Classifier: Topic :: Utilities
31
- Requires-Python: >=3.8
32
- Description-Content-Type: text/x-rst
33
- License-File: COPYING
34
- Requires-Dist: jinja2 (>=3.0.0)
35
- Requires-Dist: PyYAML (>=5.1)
36
- Requires-Dist: cryptography
37
- Requires-Dist: packaging
38
- Requires-Dist: resolvelib (<0.9.0,>=0.5.3)
39
-
40
- |PyPI version| |Docs badge| |Chat badge| |Build Status| |Code Of Conduct| |Mailing Lists| |License| |CII Best Practices|
41
-
42
- *******
43
- Ansible
44
- *******
45
-
46
- Ansible is a radically simple IT automation system. It handles
47
- configuration management, application deployment, cloud provisioning,
48
- ad-hoc task execution, network automation, and multi-node orchestration. Ansible makes complex
49
- changes like zero-downtime rolling updates with load balancers easy. More information on the Ansible `website <https://ansible.com/>`_.
50
-
51
- Design Principles
52
- =================
53
-
54
- * Have an extremely simple setup process with a minimal learning curve.
55
- * Manage machines quickly and in parallel.
56
- * Avoid custom-agents and additional open ports, be agentless by
57
- leveraging the existing SSH daemon.
58
- * Describe infrastructure in a language that is both machine and human
59
- friendly.
60
- * Focus on security and easy auditability/review/rewriting of content.
61
- * Manage new remote machines instantly, without bootstrapping any
62
- software.
63
- * Allow module development in any dynamic language, not just Python.
64
- * Be usable as non-root.
65
- * Be the easiest IT automation system to use, ever.
66
-
67
- Use Ansible
68
- ===========
69
-
70
- You can install a released version of Ansible with ``pip`` or a package manager. See our
71
- `installation guide <https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html>`_ for details on installing Ansible
72
- on a variety of platforms.
73
-
74
- Power users and developers can run the ``devel`` branch, which has the latest
75
- features and fixes, directly. Although it is reasonably stable, you are more likely to encounter
76
- breaking changes when running the ``devel`` branch. We recommend getting involved
77
- in the Ansible community if you want to run the ``devel`` branch.
78
-
79
- Get Involved
80
- ============
81
-
82
- * Read `Community
83
- Information <https://docs.ansible.com/ansible/latest/community>`_ for all
84
- kinds of ways to contribute to and interact with the project,
85
- including mailing list information and how to submit bug reports and
86
- code to Ansible.
87
- * Join a `Working Group
88
- <https://github.com/ansible/community/wiki>`_, an organized community devoted to a specific technology domain or platform.
89
- * Submit a proposed code update through a pull request to the ``devel`` branch.
90
- * Talk to us before making larger changes
91
- to avoid duplicate efforts. This not only helps everyone
92
- know what is going on, but it also helps save time and effort if we decide
93
- some changes are needed.
94
- * For a list of email lists, IRC channels and Working Groups, see the
95
- `Communication page <https://docs.ansible.com/ansible/latest/community/communication.html>`_
96
-
97
- Coding Guidelines
98
- =================
99
-
100
- We document our Coding Guidelines in the `Developer Guide <https://docs.ansible.com/ansible/devel/dev_guide/>`_. We particularly suggest you review:
101
-
102
- * `Contributing your module to Ansible <https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_checklist.html>`_
103
- * `Conventions, tips, and pitfalls <https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_best_practices.html>`_
104
-
105
- Branch Info
106
- ===========
107
-
108
- * The ``devel`` branch corresponds to the release actively under development.
109
- * The ``stable-2.X`` branches correspond to stable releases.
110
- * 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.
111
- * See the `Ansible release and maintenance <https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html>`_ page for information about active branches.
112
-
113
- Roadmap
114
- =======
115
-
116
- Based on team and community feedback, an initial roadmap will be published for a major or minor version (ex: 2.7, 2.8).
117
- The `Ansible Roadmap page <https://docs.ansible.com/ansible/devel/roadmap/>`_ details what is planned and how to influence the roadmap.
118
-
119
- Authors
120
- =======
121
-
122
- Ansible was created by `Michael DeHaan <https://github.com/mpdehaan>`_
123
- and has contributions from over 5000 users (and growing). Thanks everyone!
124
-
125
- `Ansible <https://www.ansible.com>`_ is sponsored by `Red Hat, Inc.
126
- <https://www.redhat.com>`_
127
-
128
- License
129
- =======
130
-
131
- GNU General Public License v3.0 or later
132
-
133
- See `COPYING <COPYING>`_ to see the full text.
134
-
135
- .. |PyPI version| image:: https://img.shields.io/pypi/v/ansible-core.svg
136
- :target: https://pypi.org/project/ansible-core
137
- .. |Docs badge| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg
138
- :target: https://docs.ansible.com/ansible/latest/
139
- .. |Build Status| image:: https://dev.azure.com/ansible/ansible/_apis/build/status/CI?branchName=devel
140
- :target: https://dev.azure.com/ansible/ansible/_build/latest?definitionId=20&branchName=devel
141
- .. |Chat badge| image:: https://img.shields.io/badge/chat-IRC-brightgreen.svg
142
- :target: https://docs.ansible.com/ansible/latest/community/communication.html
143
- .. |Code Of Conduct| image:: https://img.shields.io/badge/code%20of%20conduct-Ansible-silver.svg
144
- :target: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html
145
- :alt: Ansible Code of Conduct
146
- .. |Mailing Lists| image:: https://img.shields.io/badge/mailing%20lists-Ansible-orange.svg
147
- :target: https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information
148
- :alt: Ansible mailing lists
149
- .. |License| image:: https://img.shields.io/badge/license-GPL%20v3.0-brightgreen.svg
150
- :target: COPYING
151
- :alt: Repository License
152
- .. |CII Best Practices| image:: https://bestpractices.coreinfrastructure.org/projects/2372/badge
153
- :target: https://bestpractices.coreinfrastructure.org/projects/2372
154
- :alt: Ansible CII Best Practices certification
@@ -1,60 +0,0 @@
1
- """Sanity test for documentation of sanity tests."""
2
- from __future__ import annotations
3
-
4
- import os
5
-
6
- from . import (
7
- SanityVersionNeutral,
8
- SanityMessage,
9
- SanityFailure,
10
- SanitySuccess,
11
- SanityTargets,
12
- sanity_get_tests,
13
- )
14
-
15
- from ...test import (
16
- TestResult,
17
- )
18
-
19
- from ...config import (
20
- SanityConfig,
21
- )
22
-
23
- from ...data import (
24
- data_context,
25
- )
26
-
27
-
28
- class SanityDocsTest(SanityVersionNeutral):
29
- """Sanity test for documentation of sanity tests."""
30
- ansible_only = True
31
-
32
- @property
33
- def can_ignore(self): # type: () -> bool
34
- """True if the test supports ignore entries."""
35
- return False
36
-
37
- @property
38
- def no_targets(self): # type: () -> bool
39
- """True if the test does not use test targets. Mutually exclusive with all_targets."""
40
- return True
41
-
42
- def test(self, args, targets): # type: (SanityConfig, SanityTargets) -> TestResult
43
- sanity_dir = 'docs/docsite/rst/dev_guide/testing/sanity'
44
- sanity_docs = set(part[0] for part in (os.path.splitext(os.path.basename(path)) for path in data_context().content.get_files(sanity_dir))
45
- if part[1] == '.rst')
46
- sanity_tests = set(sanity_test.name for sanity_test in sanity_get_tests())
47
-
48
- missing = sanity_tests - sanity_docs
49
-
50
- results = []
51
-
52
- results += [SanityMessage(
53
- message='missing docs for ansible-test sanity --test %s' % r,
54
- path=os.path.join(sanity_dir, '%s.rst' % r),
55
- ) for r in sorted(missing)]
56
-
57
- if results:
58
- return SanityFailure(self.name, messages=results)
59
-
60
- return SanitySuccess(self.name)