CHANGE: removes unattended-upgrades from base_system role for now, makes this role a part of maintain playbook
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user