Skip to content
Snippets Groups Projects
Name Last commit Last update
defaults
handlers
meta
tasks
tests
vars
README.md

Description

This role is the top level package of all packaging categorised software and does not provide a special software product.

Requirements

Variables

development note: Define these variables in the defaults/main.yml or vars/main.yml file of your sub-role.

packaging_repositories:

  • description:
    • This is a list of dictionaries for the reporsitories of a package management and contains some information about them.
    • Every list entry has following keys by default:
      • name: name of the repository as string
      • url: URL of the repository as string
      • enabled: activation state of the repository as boolean
    • The keys of each entry can be extended depending on the package manangement.
  • default: []

Processes

main

  1. NOP

configure

  1. NOP

installsoftware

  1. NOP

Features

The tasks of installsoftware installs the software from configured repository.

License

BSD-3-Clauses

Contributors