32 lines
693 B
YAML
32 lines
693 B
YAML
|
dnf_install_epel: false
|
||
|
|
||
|
# For more information refer to https://github.com/rpm-software-management/dnf/blob/master/doc/automatic.rst
|
||
|
|
||
|
# [commands]
|
||
|
dnf_install_updates: true
|
||
|
dnf_download_updates: true
|
||
|
# one of 'security', 'all',
|
||
|
dnf_upgrade_type: security
|
||
|
dnf_random_sleep: 300
|
||
|
dnf_network_online_timeout: 60
|
||
|
|
||
|
# [emitters]
|
||
|
dnf_emit_via: stdio
|
||
|
dnf_system_name: "{{ ansible_nodename }}"
|
||
|
|
||
|
# [command]
|
||
|
dnf_command_format: cat
|
||
|
dnf_stdin_format: "{body}"
|
||
|
|
||
|
# [command_email]
|
||
|
dnf_email_command_format: mail -Ssendwait -s {subject} -r {email_from} {email_to}
|
||
|
dnf_email_stdin_format: "{body}"
|
||
|
|
||
|
# [email]
|
||
|
dnf_email_from: root
|
||
|
dnf_email_to: root
|
||
|
dnf_email_host: localhost
|
||
|
|
||
|
# [base]
|
||
|
dnf_base_overrides: {}
|