Skip to content

Releases: ydb-platform/ydb-ansible

YDB Ansible playbooks v0.5

19 Dec 15:20
Compare
Choose a tag to compare

Extra features:

  • support cluster name specification in systemd service files
  • dynamic nodes can be configured with availability zone (AZ), rack and body identifiers.

YDB Ansible playbooks v0.4

15 Dec 12:11
Compare
Choose a tag to compare

Bugfixes:

  • ensure that acl package is installed on Debian-style Linux flavors;
  • stop YDB storage deployment on any error, as there is no reason to continue on error in that case.

YDB Ansible playbooks v0.3

13 Nov 11:52
Compare
Choose a tag to compare

This is the third pre-release of YDB Ansible playbooks, with the following modifications:

  • support the basic YDB version upgrade (and downgrade) actions;
  • allow multiple YDB releases installed on hosts, for faster roll-back to the previous version if needed;
  • implement the recommended network settings on YDB hosts.

YDB Ansible playbooks v0.2

30 Aug 09:10
Compare
Choose a tag to compare

This is the second pre-release of YDB Ansible playbooks, with the following modifications:

  • support configuration files backup on configuration updates;
  • switched to Ansible 'become' instead of direct 'sudo' usage;
  • more correct 9-node configuration file sample shipped;
  • added extra checks to ensure that database creation actually worked;

Future releases will focus on re-usability aspects, and will deliver the playbooks in the form of Ansible Collection.

YDB Ansible playbooks - initial version

17 Jul 09:48
Compare
Choose a tag to compare

This is the initial release of Ansible playbooks for YDB cluster deployment and management.
Please report any issues and improvement ideas as Issues in the repository..