Files
2026-08-19 09:51:43 +02:00

18 lines
401 B
Django/Jinja

# {{ ansible_managed }}
[commands]
upgrade_type = {{ 'security' if not dnf_automatic_apply_other else 'default' }}
random_sleep = 360
download_updates = yes
apply_updates = {{ 'yes' if dnf_automatic_apply_security else 'no' }}
[emitters]
emit_via = stdio
[email]
email_from = dnf-automatic@{{ ansible_domain | default('example.corp') }}
email_to = root
email_host = localhost
[base]
debuglevel = 1