blob: 2ca492ee4d49605647c53aeeed604127f6eeed89 [file] [log] [blame]
---
# onboard-exampleservice.yml
# Adds the exampleservice to the currently running pod
- name: Include vars
hosts: head
tasks:
- name: Include variables
include_vars: "{{ item }}"
with_items:
- "profile_manifests/{{ cord_profile }}.yml"
- profile_manifests/local_vars.yml
- name: Create exampleservice configuration
hosts: head
roles:
- exampleservice-config