Open fti-sfuke opened 6 months ago
@fti-sfuke have you evaluated a config management tool like Ansible? You could create different roles and install packages on client machines based on one or more roles assigned to it.
while deb tags do exist, it does not seem like they are well defined for the use case of grouping and installing packages.
I'm looking for some advice and best practices on managing a local APT package mirror with custom tags. Here’s the scenario I’m working with:
The Goal I need to organize the packages on my local APT mirror with custom tags, allowing client machines to install packages based on these tags.
My Current Setup :
apt-mirror
package to prepare a local APT Debian packages mirror. It has very simple configuration and is workingfine for me By using this local mirror, we are saving a lot of Internet bandwidth while installing multiple Debian clients in our network.
The Need for Tags Now, we're looking to implement a Debian packages tagging approach. The idea is to assign tags to each Debian package and install them based on these tags. This would help streamline our installation process even further.
Exploring Aptly I came across the
aptly
tool and it seems like it might solve this problem. However, I am not entirely sure how to best implement this with Aptly, or if there are better approaches.Questions :
I appreciate any insights, experiences, or recommendations you can share.
Thanks in advance for your help!