2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-22 20:19:01 +00:00
bench/playbooks/vm_build.yml
2018-03-04 06:15:50 +05:30

10 lines
187 B
YAML

---
- name: Install Packer
hosts: localhost
become: yes
become_user: root
roles:
- { role: virtualbox, tags: "virtualbox" }
- { role: packer, tags: "packer" }
...