Introduce ntp-hosts
This commit is contained in:
parent
2ce687d862
commit
a556f069ec
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
# List of NTP servers to use.
|
||||
{% if ansible_hostname == 'hesat' %}
|
||||
{% if inventory_hostname in groups['ntp-hosts'] %}
|
||||
pool ntp.tuxfamily.net iburst
|
||||
pool fr.pool.ntp.org iburst
|
||||
server 2a01:e0a:2b:2250::b
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue