YDB Ansible playbooks v0.10
What's Changed
- TCP congestion control settings are made optional
- ydbd processes are started with current directory set to
/opt/ydb/audit/<instance-name>
, which allows for audit output separation - ydbd processes get umask 077 for secure audit log file creation
- file and directory permissions are adjusted to be secure
- separate role
ydbd_init
for storage initialization - storage initialization moved from
ydbd_static
role to newydbd_init
role - obsolete logic for custom libidn installation removed
- new role
ydb_unified_agent
for more advanced log processing with Unified Agent - README.md updated to match the current settings in group_vars/all
Full Changelog: v0.9...v0.10