Role Tasks
This page details the tasks that this Ansible role runs.
Configuration of time sync with an NTP server and the NTP servers to sync from is available within tis role. By default this role will install a time sync service systemd-timesyncd
, configure the timezone to be UTC
and enable NTP sync. Customization of the timezone and ntp servers is available by setting the following variables.
hostConfig:
config:
timezone: UTC # Optional, string. A value as found from command `timedatectl list-timezones`
ntp: # Optional, list. list of NTP server to sync from.
- pool.ntp.org
Tip
This configuration will only be run once. where ever you first include the role nfc_common is when this configuration will be set. including this role again will not run this section of the role.
About:
This page forms part of our Project Common Ansible Role.
Page Metadata
Version: ToDo: place files short git commit hereDate Created: 2023-11-17
Date Edited: 2023-11-17
Contribution:
Would You like to contribute to our Common Ansible Role project? You can assist in the following ways:
- Edit This Page If there is a mistake or a way you can improve it.
- Add a Page to the Manual if you would like to add an item to our manual
- Raise an Issue if there is something about this page you would like to improve, and git is unfamiliar to you.
ToDo: Add the page list of contributors