blob: 6e93c503cd027dd0f99c6fe7d032b7b7e6e5d5cb [file] [log] [blame]
Scott Bakerf93a06c2016-07-11 17:04:49 -07001---
2
3- name: Include vars
4 hosts: head
5 tasks:
6 - include_vars: vars/cord-pod_defaults.yml
7
8- name: Stop
9 hosts: head
10 roles:
11 - stop
12