0d1538156b
Synchronises the configuration with kayobe-config prior to creating a stable/ussuri branch. Depends-On: https://review.opendev.org/722326 Change-Id: I70cc73d13ff74e72ac82070337dc07e8047c7769
41 lines
1.2 KiB
YAML
41 lines
1.2 KiB
YAML
---
|
|
# DEPRECATED: Variables in this file are deprecated and will be removed in a
|
|
# future release. Please use dnf.yml instead.
|
|
|
|
# Yum configuration. Dict mapping Yum config option names to their values.
|
|
# yum_config:
|
|
# proxy: http://proxy.example.com
|
|
#yum_config:
|
|
|
|
# Whether or not to use a local Yum mirror.
|
|
#yum_use_local_mirror: false
|
|
|
|
# Mirror FQDN for Yum repos.
|
|
#yum_centos_mirror_host: 'mirror.centos.org'
|
|
|
|
# Mirror directory for Yum CentOS repos.
|
|
#yum_centos_mirror_directory: 'centos'
|
|
# Mirror FQDN for Yum EPEL repos.
|
|
#yum_epel_mirror_host: 'download.fedoraproject.org'
|
|
# Mirror directory for Yum EPEL repos.
|
|
#yum_epel_mirror_directory: 'pub/epel'
|
|
# A dict of custom repositories.
|
|
# You can see params on
|
|
# http://docs.ansible.com/ansible/latest/modules/yum_repository_module.html.
|
|
# For example:
|
|
# yum_custom_repos:
|
|
# reponame:
|
|
# baseurl: http://repo
|
|
# file: myrepo
|
|
# gpgkey: http://gpgkey
|
|
# gpgcheck: yes
|
|
#yum_custom_repos:
|
|
|
|
# Whether to install the epel-release package. This affects RedHat-based
|
|
# systems only.
|
|
#yum_install_epel:
|
|
|
|
###############################################################################
|
|
# Dummy variable to allow Ansible to accept this file.
|
|
workaround_ansible_issue_8743: yes
|