Added default config file for yum role variables.
This commit is contained in:
parent
a663f2eee4
commit
a00e978505
14
etc/kayobe/yum.yml
Normal file
14
etc/kayobe/yum.yml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
# Whether or not to use a local Yum mirror.
|
||||
#yum_use_local_mirror: false
|
||||
# Whether or not yum-cron is enabled.
|
||||
#yum_cron_enabled: 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'
|
Loading…
Reference in New Issue
Block a user