Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 1 | --- |
| 2 | # onboard-exampleservice.yml |
| 3 | # Adds the exampleservice to the currently running pod |
| 4 | |
| 5 | - name: Include vars |
Zack Williams | 904e87f | 2017-03-02 14:35:28 -0700 | [diff] [blame] | 6 | hosts: head |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 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 | |
Andy Bavier | 9e7d54a | 2017-04-17 11:37:02 -0400 | [diff] [blame] | 14 | - name: Create exampleservice configuration |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 15 | hosts: head |
| 16 | roles: |
| 17 | - exampleservice-config |