Introduce ntp-hosts
This commit is contained in:
parent
2ce687d862
commit
a556f069ec
@ -1,7 +1,7 @@
|
|||||||
# {{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
|
|
||||||
# List of NTP servers to use.
|
# List of NTP servers to use.
|
||||||
{% if ansible_hostname == 'hesat' %}
|
{% if inventory_hostname in groups['ntp-hosts'] %}
|
||||||
pool ntp.tuxfamily.net iburst
|
pool ntp.tuxfamily.net iburst
|
||||||
pool fr.pool.ntp.org iburst
|
pool fr.pool.ntp.org iburst
|
||||||
server 2a01:e0a:2b:2250::b
|
server 2a01:e0a:2b:2250::b
|
||||||
|
Loading…
Reference in New Issue
Block a user