CHANGE: removes unattended-upgrades from base_system role for now, makes this role a part of maintain playbook

This commit is contained in:
2026-08-11 14:29:57 +04:00
parent 26c6bc610f
commit 3eb5aac022
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -13,6 +13,8 @@
# Check the Internet connection # Check the Internet connection
# Check free disk space # Check free disk space
- ../roles/common_healthcheck - ../roles/common_healthcheck
# Ensure that all the required packages are installed
- ../roles/base_system
# Update the system # Update the system
- ../roles/update_system - ../roles/update_system
# Harden SSH - we must be sure that the last version of ssh configs are distributed # Harden SSH - we must be sure that the last version of ssh configs are distributed
@@ -14,7 +14,7 @@
- git - git
- curl - curl
- kitty - kitty
- unattended-upgrades # - unattended-upgrades It requires some addition configuration, exclude it for now
- ssh - ssh
- openssh-server - openssh-server
update-cache: true # Run apt update before installation update-cache: true # Run apt update before installation