Network Automation Basics - First Ansible Playbook

preview_player
Показать описание
The lab objective is to use Ansible Automation to update the configuration of a Cisco CSR router. This exercise will not create an Ansible Playbook, but use an existing one that has been provided.

This exercise will cover:

- examining an existing Ansible Playbook
- executing an Ansible Playbook on the command line using the ansible-navigator command
- check mode (the --check parameter)
- verbose mode (the --verbose or -v parameter)

Recommended E-Books:
Part 1: Modernize Your Network with Red Hat

Part 2: Automate Your Network with Red Hat

Expand your learning on our Network Automation web page here:

Рекомендации по теме
Комментарии
Автор

Ansible is known for its agentless architecture, which means you don't need to install any agents or additional software on network devices. This simplifies deployment and reduces potential security risks.

redhatcoursesonlinetrainin
Автор

So many tutorials out there showing how to configure devices. How about just config verification playbooks? What if you just want to verify BGP is up or show certain routes or show prefix-lists and route-maps how do you output the results?

techmidas