Skip to content
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

Integrate Auto-Update-Task in Ansible role #48

Closed
danielwillshare opened this issue Oct 19, 2023 · 1 comment
Closed

Integrate Auto-Update-Task in Ansible role #48

danielwillshare opened this issue Oct 19, 2023 · 1 comment

Comments

@danielwillshare
Copy link

Is your feature request related to a problem? Please describe.
If I instal clients for windows manually, I can implement directly an update-task for the mondoo client, like...

Install-Mondoo -RegistrationToken '[TOKEN]' -Service enable -UpdateTask enable -Time 12:00 -Interval 3;

... but the windows clients installed via ansible role won't get this update task.

Describe the solution you'd like
I would prefer the possibility to decide if I wan't to implement an auto-update task and what intervall and time, or just to be able to set a flag for auto update yes or no and take the default interval.

Describe alternatives you've considered
n/a

Additional context
Perhaps we can provide the update task for both, linux and windows. Perhaps it's possible that mondoo will write a cronjob with "apt-get --only-upgrade install mondoo -y" or "yum update mondoo" on the specified time interval, so the client can be patched according to your patch-cycle. We could patch some test-systems a day before the productive ones, but would be safe to always have an updated version.

@danielwillshare
Copy link
Author

Windows Update Task is integrated with the last updates of ansible, THX.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant