ypsman.timedatectl
ansible timedatectl
This tool sets up the NTP configuration for Systemd's timedatectl. It has been tested on Ubuntu versions 16.04 and 18.04, Debian versions 8 and 9, and CentOS 7. The role will not run if the system does not use Systemd.
Example Playbook
- hosts: all
roles:
- role: ypsman.timedatectl
timedatectl_timeservers:
- 0.debian.pool.ntp.org
- 1.debian.pool.ntp.org
timedatectl_timeservers_fallback:
- 2.debian.pool.ntp.org
- 3.debian.pool.ntp.org
timedatectl_timezone: Europe/Berlin
Informazioni sul progetto
Setup systemd TimeDatectl and Timezone config
Installa
ansible-galaxy install ypsman.timedatectl
Licenza
Unknown
Download
154.9k
Proprietario