blob: 1ae0aff1dc6678b2ce8f28a4475a5ba4d0054c3a [file] [log] [blame]
---
# start-xos-playbook.yml
# Start and configure XOS docker containers
- name: Include vars
hosts: all
tasks:
- name: Include variables
include_vars: "{{ item }}"
with_items:
- "profile_manifests/{{ cord_profile }}.yml"
- profile_manifests/local_vars.yml
- name: Start XOS containers with docker-compose
hosts: head
roles:
- xos-up