Network Automation with Ansible [NTP Server & Regex Example]
This playbook let’s you to replace existing NTP server on Cisco switch/router, by using regex. Create an empty YAML file and name it ntp.yaml with below codes: # @author [Hawar Koyi] and [Roger Perkin] # @email [hawar@koyi.it] # @create date 2023-03-25 22:56 # @desc [Network Automation – Add/replace NTP Server & Regex Example] # @Thanks…