fmartingr
/
shelfzilla
Archived
1
0
Fork 0
This repository has been archived on 2021-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
shelfzilla/provisioning/site.yml

13 lines
253 B
YAML

---
- name: Vagrant Task
hosts: vagrant
roles:
- role: common
- role: shelfzilla_base
- role: shelfzilla
- name: Production Task
hosts: production
roles:
- role: common
- role: shelfzilla_base