blob: 707507d63959fb49bdd29b89c3c96005241dae0c [file] [log] [blame]
Zack Williams4d09b3b2017-04-12 22:39:15 -07001---
2# install MaaS on head node
3
4- name: run setup to gather facts
5 hosts: all, localhost
6 tasks:
7 - name: run setup
8 setup:
9
10- name: Install MaaS and supporting files on head node
11 hosts: head
David K. Bainbridge8db2f302016-05-19 23:41:13 -070012 roles:
13 - head-node
alshabibcfb8d722016-06-15 15:17:37 -070014 - registry
Zack Williams4d09b3b2017-04-12 22:39:15 -070015