geerlingguy / ansible-role-elasticsearch

Ansible Role - Elasticsearch
https://galaxy.ansible.com/geerlingguy/elasticsearch/
MIT License
185 stars 208 forks source link

adding apt priority configuration #93

Closed chadek closed 1 year ago

chadek commented 1 year ago

When using apt to install package, I prefer, for security reason, lower apt policy of a new PPA to 100 to prevent new repository to mess up with already install package from standard repository. I added a variable to tune the parameter in case we want some other value.

Here is the value meaning (standard is 500):

500 to 899. Install a version unless there is a version available belonging to the target release or the installed version is more recent.

100 to 499. Install a version unless there is a version available belonging to some other distribution or the installed version is more recent.

github-actions[bot] commented 1 year ago

This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

github-actions[bot] commented 1 year ago

This pr has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.