• Home
IMTIAZ RAHMAN
Category: NetDevOps
 

Menu

Skip to content
  • Home

Tags

Ansible Automation Cisco Cloud Container DevOps Docker honeypot ipv6 Linux NetDevOps OpenStack Puppet Security SOAR SSH Thoughts Ubuntu vim virtualization

Categories

Powered by Verbosa & WordPress.

Category: NetDevOps

Ansible for Beginners: Manage cisco router with ansible role

imtiaz August 4, 2020 Ansible / Automation / Cisco / DevOps / NetDevOpsLeave a comment

Breaking up an ansible playbook with tasks, variables, configuration templates and other supporting files is called a role. A role can be used independently, but have to be used within playbook. It has its own directory structure. Roles in ansible are very robust and you can re-use it once created. In …

Continue reading

Ansible for Beginners: Manage cisco router with ansible playbook

imtiaz May 19, 2019 Ansible / Automation / Cisco / DevOps / NetDevOps4 Comments

    In my previous post I have shown you what playbook is, how to write and how you can run playbook. In this post I’ll show you another playbook which will be used for managing a Cisco router.  I’ll use the below simple topology for this tutorial. (All files …

Continue reading