Files @ 5bc6b7fb4cb5
Branch filter:

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

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
4
5
6
7
8
[defaults]

roles_path=../roles
force_handlers = True
retry_files_save_path = ./retry

[ssh_connection]
pipelining = True