Ansible Role repo_remi
This role deploys the Remi’s RPM repository.
Mandatory Requirements
For RHEL7, install
yum-utils
. This can be done using the linuxfabrik.lfops.yum_utils role.
Optional Role Variables
Variable |
Description |
Default Value |
---|---|---|
|
Use HTTP basic auth to login to the repository. Defaults to |
|
|
The major version of php for which the repository should be enabled. If variable is unset, none of the remi-repo versions will be activated. |
unset |
|
The major version of redis for which the repository should be enabled. If variable is unset, none of the remi-repo versions will be activated. |
unset |
|
Set the URL to a custom mirror server providing the repository. Defaults to |
`‘{{ lfops__repo_mirror_url |
Example:
# optional
repo_remi__basic_auth_login:
username: 'my-username'
password: 'linuxfabrik'
repo_remi__enabled_php_version: '8.1'
repo_remi__enabled_redis_version: '7.2'
repo_remi__mirror_url: 'https://mirror.example.com'