Skip to content

Instantly share code, notes, and snippets.

@LukeDRussell
LukeDRussell / deploy_tunnel.yml
Created April 16, 2016 07:43
ios_template making changes when router config already exists
#!/usr/bin/env ansible-playbook
- name: Deploy DMVPN tunnels
hosts: dmvpn
gather_facts: no
connection: local
vars_files:
- vpn_vars.yml
roles:
- deploy_tunnel