Skip to content

Joe Barger

  • The Intent Engine
Menu

All posts tagged Ansible

Ansible: show running-config

Posted on September 3, 2019September 5, 2019Author JoePosted in DevOpsLeave a Reply

— – hosts: Router1 gather_facts: true connection: local tasks: – name: show run ios_command: commands: – show run host: “{{ ansible_host }}” username: joe password: cisco register: sh_run – debug: var=sh_run.stdout_lines

Recent Posts

  • Popular DevOps Tools
  • The Dead
  • Was Peter Rabbit stealing?
  • A side thought on inner conversations
  • Euthyphro

Tags

Ansible Cisco

©2023 Joe Barger | Theme by SuperbThemes.Com