blob: 556adc61217e7dfc6b41399ac200707f0d9c5055 [file] [log] [blame]
---
# cord-automation-playbook.yml
# Installs the automation scripts used by MaaS to provision nodes.
- name: Include vars
hosts: all
tasks:
- name: Include variables
include_vars: "{{ item }}"
with_items:
- "profile_manifests/{{ cord_profile }}.yml"
- profile_manifests/local_vars.yml
- name: Set up Automated Compute Node Provisioning
hosts: head
roles:
- { role: automation-integration, when: on_maas }
- name: Prologue
hosts: head
roles:
- head-prologue