9 lines
159 B
YAML
9 lines
159 B
YAML
---
|
|
|
|
- hosts: all
|
|
sudo: yes
|
|
tasks:
|
|
#- shell: vagrant init ubuntu/trusty64
|
|
|
|
- shell: /usr/local/bin/packer build solar.json -var 'is_master=true'
|