-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Automated security update and scheduled reboot #699
Comments
Hi @jdaln, Nothing wrong with adding a Will add soonish. |
Hi @konstruktoid , thank you! What led me to think that it was not handled, in addition to my broken search, is that, by default Ubuntu unattended-upgrades did not have |
yeah, I should add more options to the |
I merged #709 as an initial base |
Thank you @konstruktoid ! |
@konstruktoid
this was solved by adding
to Also, here are a few things without any strong opinions: If I am not mistaking this will take all updates:
Perhaps there should be a feature_flag but should it be ON or OFF by default? On Debian, I have been running servers with only
for 5 years and it has been the best among all the trials for Debian. Of course, the updates will come with Now, one last thing that could be important to have is the configurable Unattended-Upgrade:Automatic-Reboot-Time |
I can of course open a PR but just wanting to know your opinion on the points mentioned, when you have time to look at it. |
Yeah,
If you want and have the time to write a PR that would be great. |
What do you see as a risk with the services restarting with the default settings? At least I have not experienced any issue with that. One risk there can be with these unattended updates might be when there is a configuration change and it wants to replace the current one. For this side, I can check on my long running server what is configured. |
no, not restarting the services, but rebooting the servers. |
Got it! Since everything is a server (most services are), I mixed it. I indeed met the problem of the simultaneous restarts on a hypervisor in the past 👍 . I'll be on this next week |
Sounds awesome, thanks for you help :) |
Current result on the Debian/Ubuntu side:
|
Hello!
So far, it seems that automated security update and scheduled reboot are not part of this role, at least for Ubuntu.
Do you have any plans to add this in the future? Does it even make sense within this role from your point of view?
The text was updated successfully, but these errors were encountered: