blob: be94e6a4b01885cf1cc06655f11cde5eb53c11d7 [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: use_maas }