Ansible Role repo_epel¶
This role deploys the Extra Packages for Enterprise Linux (EPEL) Repository.
Optional Role Variables¶
repo_epel__basic_auth_login
Use HTTP basic auth to login to the repository. Defaults to
lfops__repo_basic_auth_login, making it easy to set this for allrepo_*roles.Type: String.
Default:
'{{ lfops__repo_basic_auth_login | default("") }}'
repo_epel__epel_cisco_openh264_enabled
Whether the „epel-cisco-openh264“ repository should be enabled or not.
Type: Bool.
Default:
true
repo_epel__mirror_url
Set the URL to a custom mirror server providing the repository. Defaults to
lfops__repo_mirror_urlto allow easily setting the same URL for allrepo_*roles. Iflfops__repo_mirror_urlis not set, the default mirrors of the repo are used.Type: String.
Default:
'{{ lfops__repo_mirror_url | default("") }}'
Example:
# optional
repo_epel__basic_auth_login:
username: 'my-username'
password: 'linuxfabrik'
repo_epel__epel_cisco_openh264_enabled: true
repo_epel__mirror_url: 'https://mirror.example.com'