Skip to content

evarring/ansible_role_pve_time_sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pve_time_sync

Ansible role for configuring chrony time sync on Proxmox VE

Variables

# Configure as NTP pools
pve_time_sync_ntp_pool_servers:
  - 0.no.pool.ntp.org
  - 1.no.pool.ntp.org
  - 2.no.pool.ntp.org
  - 3.no.pool.ntp.org

# Configure as NTP servers
pve_time_sync_ntp_servers:
  - 0.no.pool.ntp.org
  - 1.no.pool.ntp.org
  - 2.no.pool.ntp.org
  - 3.no.pool.ntp.org

# Full path to the chrony configuration file
pve_time_sync_conf_path: "/etc/chrony/chrony.conf"

# Enable or disable rtcsync
pve_time_sync_rtcsync: true

# Log options
pve_time_sync_logs: true # enable or disable logging
pve_time_sync_logdir: /var/log/chrony # log folder
pve_time_sync_log: tracking measurements statistics # things to log

About

Ansible role for configuring chrony time sync on Proxmox VE

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages