diff options
Diffstat (limited to 'group_vars/all/unattended-upgrades.yml')
-rw-r--r-- | group_vars/all/unattended-upgrades.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/group_vars/all/unattended-upgrades.yml b/group_vars/all/unattended-upgrades.yml new file mode 100644 index 0000000..7310950 --- /dev/null +++ b/group_vars/all/unattended-upgrades.yml @@ -0,0 +1,9 @@ +--- + +unattended_origins_patterns: + - 'origin=Debian,codename=${distro_codename},label=Debian-Security' + - 'origin=Debian,codename=${distro_codename},label=Debian' +unattended_mail: 'tharre3@gmail.com' +unattended_remove_unused_dependencies: true +unattended_automatic_reboot: true +unattended_automatic_reboot_time: '12:00' |