blob: 8a5925a9443345c6639c4b2023fdfd5ae76dea12 [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 }