blob: ba2fc6a7b5e786314454a589259b13c7d812e7e5 [file] [log] [blame]
Zack Williams003e1532017-02-15 18:05:56 -07001---
2# vtn-refresh-playbook.yml
3# Refreshes the VTN state, via the ONOS commandline
4
5- name: Include vars
6 hosts: all
7 tasks:
8 - name: Include variables
9 include_vars: "{{ item }}"
10 with_items:
11 - "profile_manifests/{{ cord_profile }}.yml"
12 - profile_manifests/local_vars.yml
13
14- name: Refresh VTN config
15 hosts: head
16 roles:
17 - vtn-refresh