blob: d119459dfd67d6de5461c73a1db1876c731d7d9e [file] [log] [blame]
Zack Williams434fec92020-10-09 19:52:40 -07001---
2# Ansible playbook to configure timesheets app
3
4- name: Configure the timesheets application server
5 hosts: timesheets
6 become: true
7 roles:
8 - acme
9 - nginx
10 - nodejs
11 - postgresql
12 - timesheets