Ansible Role repo_debian_base¶
This role deploys the basic Debian repositories, which can be used to set a custom mirror server.
Optional Role Variables¶
repo_debian_base__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_debian_base__mirror_url: 'https://mirror.example.com'