Files @ fdba88395073
Branch filter:

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

branko
MAR-129: Updated database role for new Molecule and Ansible versions:

- Fixed linting issues.
- Moved test variables into group_vars.
- Renamed the server which effectively tests the optional
parameters (mainly the backup).
- Updated tests to use correct mechanism for obtaining the list of
hosts on top of which the tests should be run.
1
2
3
4
5
6
7
---

db_name: testdb
db_password: testdbpassword

# database_server role
db_root_password: "root_password"