Skip to content

Commit

Permalink
add ntp
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Sep 26, 2023
1 parent 1db3dcd commit fe64acd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions avd_inventory/group_vars/AVD_LAB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ mgmt_interface: Management0
name_servers:
- 8.8.8.8

# NTP servers
ntp:
local_interface:
name: Management0
vrf: MGMT
servers:
- name: time.google.com
vrf: MGMT
- name: time.windows.com
vrf: MGMT
- name: time.apple.com
vrf: MGMT

dns_domain: avd.lab

# Local Users
Expand Down

0 comments on commit fe64acd

Please sign in to comment.