blob: 144d39945b976462b6e0bdc0c5ba4d426993ebe5 [file] [log] [blame]
---
- name: Include vars
hosts: head
tasks:
- include_vars: vars/cord-pod_defaults.yml
- include_vars: vars/monitoring_defaults.yml
- name: Download images
hosts: head
roles:
- download_images
- name: Onboarding
hosts: head
roles:
- onboarding
- name: Configuration
hosts: head
roles:
- config
tags:
- config