Files @ acd104ed9b5e
Branch filter:

Location: majic-ansible-roles/roles/backup_server/molecule/default/group_vars/parameters-mandatory.yml

branko
MAR-151: Switch to using PyMySQL module for database and database_server role:

- Explicitly specify the path to MariaDB unix socket to enforce unix
socket authentication.
1
2
3
4
5
6
---

backup_host_ssh_private_keys:
  rsa: "{{ lookup('file', 'tests/data/ssh/server_rsa') }}"
  ed25519: "{{ lookup('file', 'tests/data/ssh/server_ed25519') }}"
  ecdsa: "{{ lookup('file', 'tests/data/ssh/server_ecdsa') }}"