mullholland.repository_debian_backports

Ansible role repository_debian_backports

Adds the Debian Backports Repository (https://backports.debian.org/) to your system

GitHub Downloads Version
github downloads Version

Example Playbook

This example is taken from molecule/default/converge.yml and is tested on each push, pull request and release.

---
- name: Converge
  hosts: all
  become: true
  gather_facts: true
  # vars:
  #   example_var: "value"
  roles:
    - role: "mullholland.repository_debian_backports"

Role Variables

The default values for the variables are set in defaults/main.yml:

---
# Possible Ubuntu releases
#  bionic
#  devel
#  eoan
#  focal
#  groovy
#  hirsute
#  precise
#  trusty
#  xenial
# Possible Debian releases
#  bullseye
#  buster
#  stretch
repository_debian_backports_releases: "{{ ansible_distribution_release }}"

# Only Debian not Ubuntu
repository_debian_backports_sloppy: false

Requirements

Context

This role is a part of many compatible roles. Have a look at the documentation of these roles for further information.

Here is an overview of related roles: dependencies

Compatibility

This role has been tested on these container images:

container tags
Debian all
Ubuntu all

The minimum version of Ansible required is 2.10, tests have been done to:

  • The previous version.
  • The current version.
  • The development version.

If you find issues, please register them in GitHub.

License

MIT.

Author Information

Mullholland

About

Adds the Debian Backports Repository (https://backports.debian.org/) to your system

Install
ansible-galaxy install mullholland.repository_debian_backports
GitHub repository
License
apache-2.0
Downloads
131