Zack Williams | 434fec9 | 2020-10-09 19:52:40 -0700 | [diff] [blame] | 1 | --- |
2 | # Ansible playbook to configure timesheets app | ||||
3 | |||||
4 | - name: Configure the timesheets application server | ||||
5 | hosts: timesheets | ||||
6 | become: true | ||||
7 | roles: | ||||
Zack Williams | caf0566 | 2020-10-09 19:52:40 -0700 | [diff] [blame] | 8 | - users |
Zack Williams | 434fec9 | 2020-10-09 19:52:40 -0700 | [diff] [blame] | 9 | - acme |
10 | - nginx | ||||
11 | - nodejs | ||||
12 | - postgresql | ||||
13 | - timesheets |