Files @ 27483663f5f0
Branch filter:

Location: majic-ansible-roles/roles/database_server/molecule/default/playbook.yml

branko
MAR-168: Introduce additional machine in database_server tests for testing deprecated features:

- Updated Molecule configuration, defining an additional machine.
- Set-up the new machine with pre-installed MariaDB server instance,
root login with password, and separate Debian system maintenance
user.
- Set-up configuration files for root and Debian system maintenance
user login.
- Run the default set of tests on the deprecated machine group.
1
2
3
4
5
6
---

- hosts: parameters-mandatory,deprecated
  become: true
  roles:
    - database_server