blob: 324e1bda42f2c9452a952ba58409176be5e9966d [file] [log] [blame]
Zack Williams70996442020-10-01 22:09:49 -07001---
2# timesheets defaults/main.yml
3#
4# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7# unix username/groupname
8timesheets_username: "timesheets"
9timesheets_groupname: "timesheets"
10timesheets_comment: "Timesheets NodeJS application"
11
12# git repos
13timesheetsdb_repo: "https://github.com/opennetworkinglab/timesheetsdb"
14timesheetsdb_version: "master"
15
16timesheetsui_repo: "https://github.com/opennetworkinglab/timesheetsui"
17timesheetsui_version: "master"
18
19# directories
20timesheets_dir: "/opt/timesheets"
21
22# postgres db settings
23timesheets_pg_db: "timesheets"
24timesheets_pg_db_username: "timesheets_db_user"
25timesheets_pg_db_password: "timesheets_db_pass"