Ansible Jinja2 Template Example for Cisco Nexus Switch Configuration

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024
  • In this video I walk through a simple Ansible Jinja2 Template Example to make a configuration file for two Cisco Nexus Switches
    Previous Lessons:
    1. How to Install Ansible on Ubunutu
    • How to Install Ansible...
    2. Backup Cisco Nexus Config with Ansible
    • Simple Ansible Playboo...
    3. Push Code to GitHub for the first time
    • Push Code to GitHub fo...
    GitHub Repo: github.com/rog...
    www.rogerperki...
    / roger-perkin-network-a...
    ✅ Subscribe to my Channel and get more great tips
    www.youtube.co...

Комментарии • 2

  • @kaisskateouederni
    @kaisskateouederni 3 месяца назад

    Good job on your explanation of this tool. You did an amazing job.
    I have a quick question though. Let's say you want to configure ospf on cisco devices. You make your template with Jinja you generate your configuration for the whole network architecture. You push it with Ansible fantastic. Then you want to remove ospf and put IS-IS (this example doesn't reaaally make sense, it's just to know how does it react when you replace configuration). Do you have to do a new template to remove the ospf configuration and then do another one to implemente is-is or do you just push the is-is template and the ospf will be removed automatically?

  • @chuckjamm
    @chuckjamm 27 дней назад

    Thank you for the demonstration!