[Video] Install Ansible and run your first playbook




Are you a network engineer and want to know from where to start network automation? Or want to learn how to install and configure Ansible server for running your first ansible-playbook on Ansible.  


Updating Yum

# yum -y update

Install Python

#sudo yum install python3

Install Ansible

# sudo pip3 install ansible


Install paramiko

sudo pip3 install paramiko



Verify the status/version of installed components
pip --version
python --version
ansible --version

Comments

  1. Thanks for the tutorial. By the way, how did you connect Ansible with GNS3 router?

    ReplyDelete
    Replies
    1. Hi Shahib, I did not used GNS3 in this demonstration. I connected to lab router form Ansible hosted in AWS.

      Delete
    2. How did you connect your router from you Lab to Ansible server running in AWS ?

      Delete

Post a Comment

Popular posts from this blog

Specifying SSH port in Ansible Inventory

Ansible-Playbook to display output of multiple show commands (using stdout_lines with Loop)

Filtering Routes in BGP using Route-maps and Prefix-list

Ansible Playbook for Network OS Upgrade with pre and post checks

Bypassing Proxy Server in Google Chrome

Export or Backup Azure Network Security Groups into CSV using PowerShell

VMware NSX Traffic Flow — East-West & North-South

NSX-T Configuration from Scratch