2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-28 23:09:03 +00:00
bench/bench/playbooks/vm_build.yml

10 lines
187 B
YAML
Raw Normal View History

2018-03-03 21:31:41 +00:00
---
- name: Install Packer
hosts: localhost
become: yes
become_user: root
roles:
- { role: virtualbox, tags: "virtualbox" }
- { role: packer, tags: "packer" }
...