Skip to content

YDB Ansible playbooks v0.10

Compare
Choose a tag to compare
@zinal zinal released this 01 Aug 11:42
· 7 commits to pre-collections since this release
3b78abe

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 new ydbd_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