It looks like you're new here. If you want to get involved, click one of these buttons!
I've used ansible in The past... is their any Web interface or anything better for managing packages/deployment of packages on multiple servers?
https://www.ansible.com/products/controller for lots of $$$
They don't make me any money they are me "idlers" ... vpn, git server etc... just want to make keeping them up to date easy
@tentor said: https://www.ansible.com/products/controller for lots of $$$
@chip said: just want to make keeping them up to date easy
Ubuntu has some automatic update capabilities: https://help.ubuntu.com/community/AutomaticSecurityUpdates
@tentor said: @chip said: just want to make keeping them up to date easy Ubuntu has some automatic update capabilities: https://help.ubuntu.com/community/AutomaticSecurityUpdates
@tentor said:
All my stuff is debian and I have a few alma (direct admin vps's)
@chip said: @tentor said: @chip said: just want to make keeping them up to date easy Ubuntu has some automatic update capabilities: https://help.ubuntu.com/community/AutomaticSecurityUpdates All my stuff is debian and I have a few alma (direct admin vps's)
@chip said:
Here and here you go
First links from google btw
https://cockpit-project.org/ https://github.com/netdata/netdata
I have heard of good things about them. If its just keeping things up to date, crontab also works.
dnf update -y in cron or apt update && apt upgrade -y
dnf update -y
apt update && apt upgrade -y
Debian has unattended upgrades. In fact, you're probably already doing auto upgrades for security packages.
It's easy to turn that on for the whole system.
Comments
https://www.ansible.com/products/controller for lots of $$$
They don't make me any money they are me "idlers" ... vpn, git server etc... just want to make keeping them up to date easy
Ubuntu has some automatic update capabilities: https://help.ubuntu.com/community/AutomaticSecurityUpdates
All my stuff is debian and I have a few alma (direct admin vps's)
Here and here you go
First links from google btw
https://cockpit-project.org/
https://github.com/netdata/netdata
I have heard of good things about them. If its just keeping things up to date, crontab also works.
dnf update -y
in cron orapt update && apt upgrade -y
Debian has unattended upgrades. In fact, you're probably already doing auto upgrades for security packages.
It's easy to turn that on for the whole system.