blob: 257c2824877cc6aaab11c0e02521b9ec01bfd56c [file] [log] [blame]
Matteo Scandolo6050fda2017-02-16 13:01:52 -08001---
2# deploy-xos-gui-extensions-playbook.yml
3
4- name: Include vars
Matteo Scandolo40e10d52017-03-08 08:04:37 -08005 hosts: head
Matteo Scandolo6050fda2017-02-16 13:01:52 -08006 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