Zack Williams | 003e153 | 2017-02-15 18:05:56 -0700 | [diff] [blame] | 1 | --- |
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 |