blob: ebb0890b48f6ced2e520e665cd45446c289dad23 [file] [log] [blame]
Zack Williamsa2763112017-01-03 11:38:38 -07001---
2# add-bootstrap-containers-playbook.yml
3
4- name: Add bootstrapped containers to inventory
5 hosts: head
6 roles:
7 - xos-bootstrap-hosts
8
9- name: Re-include vars after adding bootstrap containers
10 hosts: xos_bootstrap_ui
11 tasks:
12 - name: Include variables
13 include_vars: "{{ item }}"
14 with_items:
15 - "profile_manifests/{{ cord_profile }}.yml"
16 - profile_manifests/local_vars.yml
17