File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
targets/time_server/tasks Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ sc_config:
3535 # pool.ntp.org servers frequently return KOD.
3636 # time.google.com does not complain.
3737 source: time.google.com
38+ # We need 2 NTP servers.
39+ # Set them up per ci-infra/ntp-chrony/Readme.md.
40+ time_server_a: 10.5.11.5
41+ time_server_b: 10.5.11.75
3842 time_zone:
3943 zone: US/Eastern
4044 dns_config:
Original file line number Diff line number Diff line change 66
77 vars :
88 actual_uuid : " timesource_guid"
9- # We need 2 NTP servers.
10- # Set them up per ci-infra/ntp-chrony/Readme.md.
11- actual_host : " 10.5.11.5"
9+ actual_host : " {{ sc_config[sc_host].time_server.time_server_a }}"
1210
1311 block :
1412 # -------------------------------------------------------
Original file line number Diff line number Diff line change 55 SC_PASSWORD : " {{ sc_config[sc_host].sc_password }}"
66 SC_TIMEOUT : " {{ sc_timeout * 10 }}"
77 vars :
8- # We need 2 NTP servers.
9- # Set them up per ci-infra/ntp-chrony/Readme.md.
10- time_server_a : 10.5.11.5
11- time_server_b : 10.5.11.75
8+ time_server_a : " {{ sc_config[sc_host].time_server.time_server_a }}"
9+ time_server_b : " {{ sc_config[sc_host].time_server.time_server_b }}"
1210 actual_uuid : timesource_guid
1311
1412 block :
You can’t perform that action at this time.
0 commit comments