blob: 0275611c7ad11755c7d52ca5c9e59b44ba1fb095 [file] [log] [blame]
Matteo Scandolo6050fda2017-02-16 13:01:52 -08001---
2# deploy-xos-gui-extensions-playbook.yml
3
4- name: Include vars
5 hosts: all
6 tasks:
7 - name: Include variables
8 include_vars: "{{ item }}"
9 with_items:
10 - "profile_manifests/{{ cord_profile }}.yml"
11 - profile_manifests/local_vars.yml
12
13- name: Build GUI Extensions docker images
14 hosts: head
15 roles:
16 - xos-gui-extension-build
17
18- include: add-bootstrap-containers-playbook.yml
19
20- name: Onboard GUI Extensions
21 hosts: xos_bootstrap_ui
22 connection: docker
23 roles:
24 - xos-gui-extension-onboard