-
```
TASK [ansible-scylla-node : Start seeders serially] *********************************************************************************************************************************************
t…
-
```
TASK [ansible-scylla-monitoring : add docker's apt key] *****************************************************************************************************************************************
ta…
-
https://github.com/scylladb/scylla-ansible-roles/blob/cb6a054b2649f7228ed8c35e8b257dce8fc24e30/example-playbooks/rolling_ops/rolling_custom_build_install.yml#L118
```
- name: Send a SIGKILL to Sc…
-
The Wiki and other examples in the `scylla-ansible-roles` repository suggests to be able to have multiple IP addresses under the `scylla_seeds` variable but this does not work anymore with the newer v…
-
with
```
ansible --version
ansible [core 2.16.3]
```
that is installed on Ubuntu 22
https://github.com/scylladb/scylla-ansible-roles/blob/master/ansible-scylla-node/tasks/adjust_keyspace_rep…
-
Node exporter bundled with Scylla has its name changed from `node-exporter` to `scylla-node-exporter`. Thus, all affected builds are failing to start node-exporter during deployment with the Ansible N…
-
When creating `./scylla_servers.yml` while not having an allow-all sudo rule for my local computer, I get this error:
```
TASK [ansible-scylla-node : store output in a file] ************************…
-
Defining `scylla_yaml_params` within a playbook drops all default options for that entry defined in defaults/main.yml. We should extend the defaults rather than erasing them when users provides custom…
-
## Issue
This role doesn't work with ScyllaDB 5.2 on Ubuntu 20.04, due to changes in ScyllaDB packages.
### Known Issues
* The ScyllaDB 5.2 apt source specifies the required location of the trust…
-
I created a cluster on Amazon Linux using Ansible playbook. But one of the task failed at https://github.com/scylladb/scylla-ansible-roles/blob/master/ansible-scylla-node/tasks/common.yml#L261.
Thi…