From 5e15d5f17eb7aa63d59ee9077583f1e4556c7e00 Mon Sep 17 00:00:00 2001 From: Caleb Fultz Date: Tue, 28 May 2024 09:00:16 -0400 Subject: [PATCH] updated README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index bcf45ef..7046dfe 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ # UpdateServersPlaybook + +This is a quick Ansible Playbook that I wrote to update my Debian/Ubuntu based VPS boxes out on the internet. I was tired of having to login and update things or make sure they rebooted even though I have them set to "auto update". Sometimes that wasn't working... I blame the administrator (me)... + +# What does this do? + +It logs into your servers after asking for the ``sudo`` password for the user, updates that ``apt cache`` then runs the update and upgrade functions. After that completes, it checks for the file that screams if a reboot is necessary. If found, it processes a clean reboot proceedure. + +# TODO + +Add support for RPM based systems as soon as I have some that I'm using for daily driving. + + +# Licence + +Licenced under [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/). Do what you want with the code but remember to respect the Ansible, Linux, and distro specific licenses as well.