[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

Post a Comment

Popular posts from this blog

Anyconnect SSL-Client VPN with Self-signed Certificate on Cisco ASA

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

Open Shortest Path First (OSPF)

IKEv2 IPsec Site-to-Site VPN configuration on Cisco ASA 8.4(x)

IPsec VPN as a Backup for Point-to-Point Link using IP SLA

Border Gateway Protocol (BGP)

Cisco ASA Active/Active Failover Configuration

Bypassing Proxy Server in Google Chrome

Cisco ASA Active/Standby Failover Configuration