- 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