You've already forked ansible-linux-infra
initial commit
This commit is contained in:
11
roles/patch_mgmt/templates/50unattended-upgrades.j2
Normal file
11
roles/patch_mgmt/templates/50unattended-upgrades.j2
Normal file
@@ -0,0 +1,11 @@
|
||||
// {{ ansible_managed }}
|
||||
Unattended-Upgrade::Allowed-Origins {
|
||||
"${distro_id}:${distro_codename}-security";
|
||||
{% if dnf_automatic_apply_other %}
|
||||
"${distro_id}:${distro_codename}-updates";
|
||||
{% endif %}
|
||||
};
|
||||
Unattended-Upgrade::Remove-Unused-Dependencies "true";
|
||||
Unattended-Upgrade::Automatic-Reboot "false";
|
||||
Unattended-Upgrade::Mail "root";
|
||||
Unattended-Upgrade::MailReport "on-change";
|
||||
Reference in New Issue
Block a user