Ansible Network Automation tutorial Part 1 | for Network Engineers | Introduction , Cisco Examples

NetworkEvolution
NetworkEvolution
64.5 هزار بار بازدید - 5 سال پیش - 𝗙𝗼𝗿 𝗖𝗼𝗺𝗽𝗹𝗲𝘁𝗲 𝗣𝘆𝘁𝗵𝗼𝗻 𝗙𝗼𝗿 𝗡𝗲𝘁𝘄𝗼𝗿𝗸
𝗙𝗼𝗿 𝗖𝗼𝗺𝗽𝗹𝗲𝘁𝗲 𝗣𝘆𝘁𝗵𝗼𝗻 𝗙𝗼𝗿 𝗡𝗲𝘁𝘄𝗼𝗿𝗸 𝗘𝗻𝗴𝗶𝗻𝗲𝗲𝗿𝘀 𝗖𝗼𝘂𝗿𝘀𝗲:
𝗘𝗻𝗿𝗼𝗹𝗹 𝗳𝗼𝗿 𝗯𝗲𝗹𝗼𝘄 𝗨𝗱𝗲𝗺𝘆 𝗖𝗹𝗮𝘀𝘀: 𝟐𝟎𝟐𝟐 𝐕𝐞𝐫𝐬𝐢𝐨𝐧
𝑫𝒊𝒔𝒄𝒐𝒖𝒏𝒕𝒆𝒅 𝑹𝒆𝒇𝒆𝒓𝒓𝒂𝒍 𝑳𝒊𝒏𝒌:
https://www.udemy.com/course/python-f... #AnsibleNetworkAutomation
#AnsibleCiscoExample
#AnsibleNetworkEngineer
✔️𝗣𝗹𝗮𝘆𝗹𝗶𝘀𝘁: 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼𝘀: 𝗔𝗻𝘀𝗶𝗯𝗹𝗲 𝗡𝗲𝘁𝘄𝗼𝗿𝗸 𝗔𝘂𝘁𝗼𝗺𝗮𝘁𝗶𝗼𝗻 𝗦𝗲𝗿𝗶𝗲𝘀:
Ansible Network Automation tutorial  ...

⭐️𝗣𝗹𝗮𝘆𝗹𝗶𝘀𝘁:𝗣𝘆𝘁𝗵𝗼𝗻 𝗟𝗲𝗮𝗿𝗻𝗶𝗻𝗴 𝗳𝗼𝗿 𝗡𝗲𝘁𝘄𝗼𝗿𝗸 𝗘𝗻𝗴𝗶𝗻𝗲𝗲𝗿𝘀
Python learning for Network Engineers...

This video explains basic concepts of Ansible for Network Automation.
This video will be helpful for Network Engineers, it explains from the step how to install ansible in Linux. Basic concepts of ansible.cfg file and hosts file. How to use the module and execute tasks from terminal
How to initiate connection to Cisco device and get the facts.

Ansible is an automation tool. Using this you will be able to manage the configurations ,states or provisioning of the devices.
Ansible modules support a wide range of vendors.
Using ansible you would be able to manage different types of environments such as DevOps environment, Developer and Network Engineers environment
Typically it communicates to devices using SSH or HTTPS
In case of Networkdevices it uses:
SSH, Netconf protocol, API’s using HTTP or HTTPS

It supports Cisco, Arista, Juniper etc

In ansible there are concepts such as :
Inventory: It contains list of managed devices.
Tasks: are Actions what ansible performs .
Playbook: you can create, your own list of tasks that is called playbook. You can run multiple tasks from SIngle playbook.
Modules: Depends on type of task there are modules, the primary module what we are going to look is Network module
apt -get install ansible
Ansible --version
Config file
Host file:


How to configure a device:

ansible all -i 10.10.10.10, -c network_cli -u admin -k -m ios_facts -e ansible_network_os=ios
ansible all -i D1,D1, -c network_cli -u admin -k -m ios_facts -e ansible_network_os=ios

Hostkey checking
5 سال پیش در تاریخ 1398/11/20 منتشر شده است.
64,523 بـار بازدید شده
... بیشتر