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/roles/shelfzilla_base/tasks/main.yml

8 lines
181 B
YAML

---
- debug: msg="Starting Shelfzilla Base module"
- include: yum_repository.yml
- include: nginx.yml
- include: python.yml
- include: nodejs.yml
- include: postgre.yml