Files @ d6a8b9523eb6
Branch filter:

Location: majic-ansible-roles/roles/database_server/playbook.yml - annotation

branko
MAR-127: Added tests for time synchronisation (NTP) implementation:

- Updated test playbook.
- Added tests related to time synchronisation.
---

- hosts: all
  tasks:

    - name: Update all caches to avoid errors due to missing remote archives
      apt:
        update_cache: yes
      changed_when: False

- hosts: parameters-mandatory
  roles:
    - role: database_server
      db_root_password: "root_password"