Ansible Role repo_sury

This role deploys the Sury repository.

Runs on

  • Debian 11 (and compatible)

  • Debian 10 (and compatible)

Tags

Tag

What it does

repo_sury

Deploys the Sury Repository

Mandatory Role Variables

Variable

Description

repo_sury__enabled_repos

A list of package repos which should be enabled. If the list is empty, none of the Sury package repos will be activated.
For a full list of possible repos, please check Sury Packages

Example:

# mandatory
repo_sury__enabled_repos:
  - 'bind'
  - 'nginx'
  - 'php'

Optional Role Variables

Variable

Description

Default Value

repo_sury__mirror_url

Set the URL to a custom mirror server providing the repository. Defaults to lfops__repo_mirror_url to allow easily setting the same URL for all repo_* roles. If lfops__repo_mirror_url is not set, the default mirrors of the repo are used.

`‘{{ lfops__repo_mirror_url

Example:

# optional
repo_sury__mirror_url: 'https://mirror.example.com'

License

The Unlicense

Author Information

Linuxfabrik GmbH, Zurich