Files @ 5bc6b7fb4cb5
Branch filter:

Location: majic-ansible-roles/roles/backup/templates/backup_patterns.j2

branko
MAR-127: Implemented time synchronisation set-up in common role:

- Added new parameter ntp_servers for defining list of servers to use.
- Deploy ntp and ntpdate packages and relevant configuration files.
- Updated tests, fixing expected restriction lines in ntp
configuration, and adding an additional test to make sure the ntp
daemon has reread its configuration.
1
2
3
{% for pattern in backup_patterns  -%}
{{ pattern }}
{% endfor -%}