blob: 62d27ad150a48c1074c7dc35416d30cf3fe68b56 [file] [log] [blame]
Zack Williams5223dd92017-02-28 23:38:02 -07001---
2# prep-buildnode-playbook.yml
3# Prep build node to create artifacts
4
5- name: Include vars
6 hosts: all
7 tasks:
8 - name: Include variables
9 include_vars: "{{ item }}"
10 with_items:
11 - "profile_manifests/{{ cord_profile }}.yml"
12 - profile_manifests/local_vars.yml
13
14- name: Install docker on buildnode, configure
15 hosts: build
16 roles:
17 - docker-install
18