mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
10 lines
187 B
YAML
10 lines
187 B
YAML
---
|
|
- name: Install Packer
|
|
hosts: localhost
|
|
become: yes
|
|
become_user: root
|
|
roles:
|
|
- { role: virtualbox, tags: "virtualbox" }
|
|
- { role: packer, tags: "packer" }
|
|
...
|