New WeightGrapher Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
328 B

- name: Update system packages
include_tasks: update.yml
- name: Setup the database
include_tasks: database.yml
- name: Setup the manager user account
include_tasks: manager_account.yml
- name: Setup the weightgrapher webapp
include_tasks: webapp.yml
- name: Setup the nginx webserver
include_tasks: webserver.yml