Projects: ansible/ansible
The tasks/issues/PRs necessary to get module docs back on docs.ansible.com from the collections wherein they reside now.
Active firedrills related to 2.9 release
Roadmap for ansible-base 2.10 https://github.com/ansible/ansible/blob/devel/docs/docsite/rst/roadmap/ROADMAP_2_10.rst
Tasks to make release engineering better
Project board to track all Ansible Networking 2.9 Feature development
Test failures that require attention. Tests that fall into this category:
- Tests that fail, timeout or are unstable on devel or a supported stable branch.
- Tests that incorrectly fail due to the introduction of changes in unrelated code.
Tests in this project should be promptly fixed. If that is not possible, they should be disabled and moved to the appropriate project for tracking broken tests.
Ansible 2.9
Closed
Roadmap for Ansible 2.9
Tracking for upcoming and in progress updates to the platform test matrix on Shippable and other test infrastructure related changes.
Ansible 2.7 officially dropped support for Python 2.6 on the controller, although this resulted in no code changes. Ansible 2.8 is planned to incorporate changes which will prevent running the controller on Python 2.6.
This project tracks test infrastructure changes which are required before these changes can be made to Ansible.
Replaced by https://github.com/orgs/ansible/projects/2
Roadmap for Ansible 2.8
Triage
Closed
@webknjaz's test
old tracking for Ansible documentation work. Pre 2.14
Issues and Pull requests against the file module
Organizing documentation work for the Ansible-maintained collections
Tests that are disabled or unstable on Windows due to issues with modules and/or tests which result in frequent CI failures.
Tests that are disabled or unstable on Azure due to issues with modules and/or tests which result in frequent CI failures.
Tests that are disabled or unstable on AWS due to issues with modules and/or tests which result in frequent CI failures.
Moved to projects/10
Items that should block next release of 2.5.x
CEM
Closed
Core Engine Maintainance
Issues and tasks for the CEM team to work on.
role dependency ordering/deduplication issues
Closed
placeholder for tracking bugs based on https://github.com/ansible/ansible/issues/22169#issuecomment-336916959
No description
Split Service Module
Closed
Low priority project to create individual init system service modules vs the existing combined one.
This will allow for individual features to be added more easily and make the code more maintainable, as the current service.py is very complicated and fragile.
Most of the work has been done in the modules-core repo: ansible/ansible-modules-core/pull/3660 ansible/ansible-modules-core#1955 ansible/ansible-modules-core#1909 ansible/ansible-modules-core#1673 ansible/ansible-modules-core#1749 ansible/ansible-modules-core#1479 ansible/ansible-modules-core#1478 ansible/ansible-modules-core#191
Port modules with args type=str to type=path
Closed
We added type=path relatively late in the creation of modules so there are many modules which use the generic type=str instead of type-path. We should be changing this to use the newer feature.
2.4.x Blocker List
Closed
If you have a bug or PR that should block the 2.4.1 Release, put it here.