feat: Initial commit
This commit is contained in:
31
roles/repo_template/files/vars.default.yml
Normal file
31
roles/repo_template/files/vars.default.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
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"
|
||||
Reference in New Issue
Block a user