Add support for debian bullseye

Change-Id: I8fe2fc62e3be7dc586579c019d86db2a19bbfd0c
This commit is contained in:
Jonathan Rosser 2021-05-13 16:46:04 +00:00 committed by Dmitriy Rabotyagov
parent d6c5422501
commit 8a80f97857
1 changed files with 41 additions and 0 deletions

41
vars/debian-11.yml Normal file
View File

@ -0,0 +1,41 @@
---
# Copyright 2020, VEXXHOST, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
rsyslog_client_distro_packages:
- rsyslog
- logrotate
rsyslog_client_already_handled_files:
- /var/log/alternatives.log
- /var/log/apt/history.log
- /var/log/apt/term.log
- /var/log/daemon.log
- /var/log/dpkg.log
- /var/log/auth.log
- /var/log/kern.log
- /var/log/unattended-upgrades/unattended-upgrades-shutdown.log
- /var/log/user.log
rsyslog_client_reload: 'systemctl restart rsyslog > /dev/null 2>&1 || true'
rsyslog_system_logfile: /var/log/syslog
rsyslog_logfile_user: syslog
rsyslog_logfile_group: adm
rsyslog_logfile_drop_user: syslog
rsyslog_logfile_drop_group: syslog