blob: 43fd34d623d6deef1bd22f97481180253c113631 [file] [log] [blame]
---
# Ansible playbook to configure timesheets app
- name: Configure the timesheets application server
hosts: timesheets
become: true
roles:
- users
- acme
- nginx
- nodejs
- postgresql
- timesheets