Matteo Scandolo | 6050fda | 2017-02-16 13:01:52 -0800 | [diff] [blame] | 1 | --- |
| 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 |