feat: Working ansible with vault variables, needs cleaned up.

This commit is contained in:
2024-11-23 19:23:23 -05:00
parent 1d151e591a
commit 3c83ea9335
11 changed files with 487 additions and 7 deletions

19
group_vars/all/vars.yml Normal file
View File

@@ -0,0 +1,19 @@
---
author_name: "{{ vault_author_name }}"
document_title: "Home Performance Report"
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 }}"
home:
square_feet: "3,000"
cfm50: "3,000"
lair: "1:1"
output_path: "/Users/michael/projects/hpa-consult-report/outfiles"