Ansible playbook to configure banner on Cisco devices
Very simple and easy Ansible playbook to configure banner text on Cisco devices and save it automatic to start-config. Create an empty YAML file and name it banner.yaml with below codes: # @author [Hawar Koyi] # @email [hawar.koy@gmail.com] # @create date 2021-07-09 01:15 # @desc [Automation – Configure the login banner] # @doc from Ansible…