prometheus-community / ansible

Ansible Collection for Prometheus
https://prometheus-community.github.io/ansible/
Apache License 2.0
328 stars 116 forks source link

deprecation: Drop support for systemd older than 232. #355

Open SuperQ opened 2 months ago

SuperQ commented 2 months ago

I think we should deprecate systemd support for versions older than 232. This would cleanup a bunch of if statements in service templates and eliminate the use of ansible_facts.packages in many of the roles. This would allow us to remove the python-apt/python3-apt package install from

This would mean we would set the minimum support matrix:

CentOS 7 is EOL in June 2024, so I think that's going to be the last supported distro we will need to drop first.