Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I have the following ansible playbook: - - - - hosts: hosts gather _ facts: false tasks: - name: Unconfig Banner community.network.exos _ config: lines:
I have the following ansible playbook:
hosts: hosts
gatherfacts: false
tasks:
name: Unconfig Banner
community.network.exosconfig:
lines: unconfig banner
name: Conf Banner
community.network.exosconfig:
lines: conf banner
next, the CLI goes blank and I am suppodes to enter the text I want in the banner and then press 'enter' twice. The 'Conf Banner' task fails with a timeout error. How do I simulate this in ansible?? andor netmiko
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started