Ansible Role repo_sury
This role deploys the Sury repository.
Mandatory Role Variables
Variable |
Description |
---|---|
|
A list of package repos which should be enabled. If the list is empty, none of the Sury package repos will be activated. |
Example:
# mandatory
repo_sury__enabled_repos:
- 'bind'
- 'nginx'
- 'php'
Optional Role Variables
Variable |
Description |
Default Value |
---|---|---|
|
Set the URL to a custom mirror server providing the repository. Defaults to |
`‘{{ lfops__repo_mirror_url |
Example:
# optional
repo_sury__mirror_url: 'https://mirror.example.com'