2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 07:28:25 +00:00
bench/playbooks/vm_build.yml

10 lines
187 B
YAML
Raw Normal View History

2018-03-04 03:01:41 +05:30
---
- name: Install Packer
hosts: localhost
become: yes
become_user: root
roles:
- { role: virtualbox, tags: "virtualbox" }
- { role: packer, tags: "packer" }
...