You've already forked ansible-linux-infra
18 lines
401 B
Django/Jinja
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
|