update.
This commit is contained in:
@ -83,20 +83,20 @@ copy_plain_files_sysctl:
|
||||
# /etc/sysctl.d/*.conf
|
||||
#
|
||||
- name: dovecot
|
||||
src_path: etc/sysctl.d/20-dovecot.conf
|
||||
dest_path: /etc/sysctl.d/20-dovecot.conf
|
||||
src_path: etc/sysctl.d/50-dovecot.conf
|
||||
dest_path: /etc/sysctl.d/50-dovecot.conf
|
||||
|
||||
- name: redis
|
||||
src_path: etc/sysctl.d/20-redis.conf
|
||||
dest_path: /etc/sysctl.d/20-redis.conf
|
||||
src_path: etc/sysctl.d/50-redis.conf
|
||||
dest_path: /etc/sysctl.d/50-redis.conf
|
||||
|
||||
- name: swappiness
|
||||
src_path: etc/sysctl.d/20-swappiness.conf
|
||||
dest_path: /etc/sysctl.d/20-swappiness.conf
|
||||
src_path: etc/sysctl.d/50-swappiness.conf
|
||||
dest_path: /etc/sysctl.d/50-swappiness.conf
|
||||
|
||||
- name: ddos
|
||||
src_path: etc/sysctl.d/90-ddos.conf
|
||||
dest_path: /etc/sysctl.d/90-ddos.conf
|
||||
src_path: etc/sysctl.d/10-ddos.conf
|
||||
dest_path: /etc/sysctl.d/10-ddos.conf
|
||||
|
||||
|
||||
|
||||
@ -358,6 +358,7 @@ apt_initial_install_buster:
|
||||
- zsh
|
||||
- lua5.3
|
||||
- btrfs-tools
|
||||
- fdisk
|
||||
|
||||
apt_initial_install_bullseye:
|
||||
- apt-transport-https
|
||||
@ -474,6 +475,7 @@ apt_initial_install_bullseye:
|
||||
- zsh
|
||||
- lua5.4
|
||||
- btrfs-progs
|
||||
- fdisk
|
||||
|
||||
|
||||
apt_initial_install_xenial:
|
||||
@ -905,6 +907,7 @@ sshd_listen_address:
|
||||
|
||||
sshd_host_keys:
|
||||
- /etc/ssh/ssh_host_rsa_key
|
||||
- /etc/ssh/ssh_host_ecdsa_key
|
||||
- /etc/ssh/ssh_host_ed25519_key
|
||||
|
||||
# only for debian version <= 9
|
||||
|
Reference in New Issue
Block a user