Answered step by step
Verified Expert Solution
Question
1 Approved Answer
What is the purpose of validate _ certs: false in the following Ansible playbook example? - name: Manage CML topologies hosts: localhost gather _ facts:
What is the purpose of validatecerts: false in the following Ansible playbook example?
name: Manage CML topologies
hosts: localhost
gatherfacts: no
tasks:
name: Import first CML topology
cisco.cmlcmllab:
host:
user: "student"
password: QWer"
validatecerts: false
lab: "ansiblelab
state: present
file: homestudenttopologiestestlab.yaml"
Control certificatebased authentication to the simulated network devices
Enable managing a CML server deployed with selfsigned certificates
Disable downloading and checking a Certificate Revocation List CRL
Manage encryption for the communications to the CML server
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