mirror of
https://github.com/rocky-linux/ansible-role-kojid.git
synced 2024-11-15 01:31:24 +00:00
16 lines
510 B
INI
16 lines
510 B
INI
# Managed by Ansible
|
|
{% if kojid_disable_bootstrap_chroot %}
|
|
config['use_bootstrap'] = False
|
|
{% endif %}
|
|
|
|
{% if kojid_ulimits_conf %}
|
|
config_opts['nspawn_args'] += ['--rlimit=RLIMIT_NOFILE={{ kojid_ulimits_nofiles }}']
|
|
{% endif %}
|
|
|
|
config_opts['dnf_common_opts'] = ['--setopt=install_weak_deps=0']
|
|
config_opts['macros']['%bugurl'] = '{{ kojid_bugzilla }}'
|
|
config_opts['nosync'] = True
|
|
config_opts['nosync_force'] = True
|
|
config_opts['environment']['LANG'] = 'C.UTF-8'
|
|
config_opts['use_bootstrap_image'] = False
|