From eb50a74a241dd149bbe2ed3010ed289e3bc0f071 Mon Sep 17 00:00:00 2001 From: Radar231 Date: Mon, 26 Jul 2021 16:34:38 -0400 Subject: [PATCH] Added README.md file --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8df395c --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# del-updates playbook + +## Introduction + +This is the top level playbook to perform system updates for the target +hosts listed in the del_inventory.yml inventory file. + +This playbook will first call the 'update_cache' role, and will then call +the 'chk_upgrades' role to display what packages are waiting for update. +It then calls the 'upgrade_pkgs' role to perform the actual package +upgrade. +