Releases: ydb-platform/ydb-ansible
Releases · ydb-platform/ydb-ansible
YDB Ansible playbooks v0.5
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
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
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
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
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..