27 lines
544 B
YAML
27 lines
544 B
YAML
---
|
|
|
|
# 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"
|
|
documents: "{{ vault_document_links }}"
|
|
|
|
customer: "{{ vault_customer }}"
|
|
|
|
# WARNING: Update these for the project.
|
|
home:
|
|
square_feet: "3,000"
|
|
cfm50: "3,000"
|
|
lair: "1:1"
|