blob: 2ca492ee4d49605647c53aeeed604127f6eeed89 [file] [log] [blame]
Zack Williamsa2763112017-01-03 11:38:38 -07001---
2# onboard-exampleservice.yml
3# Adds the exampleservice to the currently running pod
4
5- name: Include vars
Zack Williams904e87f2017-03-02 14:35:28 -07006 hosts: head
Zack Williamsa2763112017-01-03 11:38:38 -07007 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
Andy Bavier9e7d54a2017-04-17 11:37:02 -040014- name: Create exampleservice configuration
Zack Williamsa2763112017-01-03 11:38:38 -070015 hosts: head
16 roles:
17 - exampleservice-config