blob: 1ae0aff1dc6678b2ce8f28a4475a5ba4d0054c3a [file] [log] [blame]
Zack Williams5223dd92017-02-28 23:38:02 -07001---
2# start-xos-playbook.yml
3# Start and configure XOS docker containers
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: Start XOS containers with docker-compose
15 hosts: head
16 roles:
17 - xos-up
18