Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

geerlingguy/ansible-role-repo-dotdeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: DotDeb Repository

CI

Installs the DotDeb repository for Debian.

Requirements

This role only is needed/runs on Debian and its derivatives, and doesn't do anything on Debian 9 'Stretch' or later.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

dotdeb_sources:
  - "deb http://packages.dotdeb.org {{ ansible_distribution_release }} all"
  - "deb-src http://packages.dotdeb.org {{ ansible_distribution_release }} all"
dotdeb_repo_gpg_key_url: https://www.dotdeb.org/dotdeb.gpg

The DotDeb repos and GPG key URL. Generally, these should not be changed, but if this role is out of date, or if you need a very specific version, these can both be overridden.

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
    - geerlingguy.repo-dotdeb

License

MIT / BSD

Author Information

This role was created in 2016 by Jeff Geerling, author of Ansible for DevOps.