In today's video we will understand what is Ansible and how can we install the same in our system. We will be using Ansible to configure our MikroTik RouterOS v7.x using REST API. We will look at some issues that you might face and how to overcome those issues
Ansible Website:
https://www.ansible.com/
Documentation:
https://docs.ansible.com/ansible_comm...
GitHub repository of the code used:
https://github.com/mksbcisco/YTrepo/t...
00:00 Introduction
01:38 Introduction to Ansible and YAML
02:48 Installing Ansible
05:19 Building our first YAML file
07:20 Run our first YAML playbook
07:50 Let's get all the interfaces on our router using Ansible
10:10 Overcoming self-signed certificate error in Ansible
11:05 Fetch the output of GET method in Ansible URL module
12:40 Looping thru a set of commands
19:42 Ansible expects HTTP code 200 but we get 201 for SUCCESS
22:25 End Notes