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