You've already forked ansible-linux-infra
initial commit
This commit is contained in:
17
roles/patch_mgmt/templates/automatic.conf.j2
Normal file
17
roles/patch_mgmt/templates/automatic.conf.j2
Normal file
@@ -0,0 +1,17 @@
|
||||
# {{ 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
|
||||
Reference in New Issue
Block a user