Added README.md file

This commit is contained in:
Radar231 2021-07-26 16:34:38 -04:00
parent bc58dc6038
commit eb50a74a24
1 changed files with 12 additions and 0 deletions

12
README.md Normal file
View File

@ -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.