Files @ 18f93a9a8b05
Branch filter:

Location: majic-ansible-roles/testsite/playbooks/backup.yml

branko
MAR-24: Implemented tests for 'database_server' role:

- Added Molecule configuration for single platform and instance.
- Added test playbook that deploys database_server role for testing.
- Fixed mode setting by appending leading zero.
- Ignore task that immediatelly restarts MariaDB database server.
- Implemented tests for the role covering full functionality.
1
2
3
4
5
6
7
8
9
---

- hosts: backup
  remote_user: ansible
  become: yes
  roles:
    - common
    - mail_forwarder
    - backup_server