blob: d643fe3f17ee945f9bbba05c1cce475ba8eca88c [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"
Zack Williams952bc002020-10-04 09:45:59 -070024timesheets_pg_db_port: 5432
Zack Williams70996442020-10-01 22:09:49 -070025timesheets_pg_db_username: "timesheets_db_user"
26timesheets_pg_db_password: "timesheets_db_pass"