feat: Initial commit.
This commit is contained in:
25
project/vars.yml
Normal file
25
project/vars.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
|
||||
# Stores variables related to the template directory, which is used
|
||||
# to setup projects and store commonly used files.
|
||||
#
|
||||
template:
|
||||
path: /root/.local/share/hpa/template
|
||||
|
||||
author_name: "{{ vault_author_name }}"
|
||||
|
||||
company: "{{ vault_company }}"
|
||||
|
||||
links:
|
||||
images:
|
||||
logo: "img/logo.png"
|
||||
trueflow: "img/trueflow.png"
|
||||
trueflow_forecast: "img/forecast.png"
|
||||
|
||||
customer: "{{ vault_customer }}"
|
||||
|
||||
# WARNING: Update these for the project.
|
||||
home:
|
||||
square_feet: "3,000"
|
||||
cfm50: "3,000"
|
||||
lair: "1:1"
|
||||
Reference in New Issue
Block a user