blob: 21a35d098643ac84a9a140d7a6da790a1682818b [file] [log] [blame]
Andy Bavier4ae79c92017-07-27 13:02:11 -07001---
2# setup-ciab-pcu.yml
3# Used to set up remote power control for CORD-in-a-Box
4
5- name: Setup maas user in head node VM with private key
6 hosts: head
7 roles:
8 - maas-user-privkey
9
10# This runs on the local server
11- name: Setup maas user on CiaB server with authorized_keys
12 hosts: localhost
13 become: yes
14 roles:
15 - maas-user-pubkey