Skip to content

MassiveHiggsField/ansible-role-repo-dotdeb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: DotDeb Repository

Build Status

Installs the DotDeb repository for Debian.

Requirements

This role only is needed/runs on Debian and its derivatives.

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.