add_deb role – Add packages to custom repository
Note
This role is part of the ufrmath.computer_labs collection (version 1.0.0).
To install it use: ansible-galaxy collection install git+https://github.com/guillod/computer_labs.
To use it in a playbook, specify: ufrmath.computer_labs.add_deb.
Entry point main – Add packages to custom repository
Synopsis
Determine versions already installed in aptly repository;
Run each tasks file provided by
packagesto download the corresponding deb package inunarchive_path;Add the downloaded deb packages to the repository;
Add local deb provided by
filesto the repository.
Parameters
Parameter |
Comments |
|---|---|
list of package files to add to the repository Default: |
|
list of packages and version to add to the repository Default: |
|
name of the aptly repository Default: |
|
path where to download deb Default: |
Collection links
Repository (Sources) Administrator documentation User documentation