blob: 8a5925a9443345c6639c4b2023fdfd5ae76dea12 [file] [log] [blame]
Andy Bavier12262e72016-12-02 11:36:57 -05001---
Zack Williamsa2763112017-01-03 11:38:38 -07002# cord-automation-playbook.yml
Andy Bavier12262e72016-12-02 11:36:57 -05003# Installs the automation scripts used by MaaS to provision nodes.
4
5- name: Include vars
6 hosts: all
7 tasks:
8 - name: Include variables
9 include_vars: "{{ item }}"
10 with_items:
Zack Williamsa2763112017-01-03 11:38:38 -070011 - "profile_manifests/{{ cord_profile }}.yml"
12 - profile_manifests/local_vars.yml
Andy Bavier12262e72016-12-02 11:36:57 -050013
14- name: Set up Automated Compute Node Provisioning
15 hosts: head
16 roles:
17 - { role: automation-integration, when: on_maas }
18