Files @ 27483663f5f0
Branch filter:

Location: majic-ansible-roles/testsite/ansible.cfg

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
7
8
[defaults]
roles_path=../roles
force_handlers = True
inventory = ./hosts
interpreter_python = /usr/bin/python3

[ssh_connection]
pipelining = True