Files

61 lines
1.8 KiB
YAML

#SPDX-License-Identifier: MIT-0
---
author_name: "Testy McTestface Jr"
document_title: "Home Performance Report"
company:
website: "https://example.com"
phone: "555-555-5555"
url_display_title: "www.Example.com"
links:
images:
logo: "img/logo.png"
trueflow: "img/trueflow.png"
trueflow_forecast: "img/forecast.png"
documents:
loads_folder: "https://example.com/path/to/loads/folder"
trueflow_file: "https://example.com/path/to/trueflow/file"
trueflow_forecast_file: "https://example.com/path/to/trueflow/forecast/file"
document_folder: "https://example.com/path/to/document/folder"
customer:
name: "Testy McTestface Sr"
address:
street: "1234 Seasme Street"
city: "No Mans Land"
state: "Foo"
zip: "55555"
home:
square_feet: "3,000"
cfm50: "3,000"
lair: "1:1"
# NOTE: You generally want to pass this in when running the playbook.
work_dir: "{{ lookup('env', 'PWD') }}"
# NOTE: The below variables generally do not need changed, unless debugging or customizing files.
# Such as you want to add new definitions, customize the footer or change the
# build directory name, etc.
build_dir_name: ".build"
build_dir: "{{ work_dir }}/{{ build_dir_name }}"
config:
default_files:
definitions: "files/Definitions.md"
footer: "templates/footer.tex"
head: "files/head.tex"
report_template: "templates/Report.md"
vars: "files/vars.default.yml"
vault: "files/vault.default.yml"
paths:
report_path: "{{ work_dir }}/Report.md"
footer_path: "templates/footer.tex"
head_path: "files/head.tex"
definitions_path: "files/Definitions.md"
default_vars_path: "files/vars.default.yml"
default_vault_path: "files/vault.default.yml"
default_vault_vars_path: "files/vars.vault.yml"