ansible-role-kojid/templates/site-defaults.cfg

16 lines
510 B
INI
Raw Normal View History

2023-05-02 04:50:13 +00:00
# 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 %}
2021-01-04 16:13:39 +00:00
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'
2023-08-30 20:21:29 +00:00
config_opts['use_bootstrap_image'] = False