feat: Initial commit.
This commit is contained in:
44
repo_vars/vars.yml
Normal file
44
repo_vars/vars.yml
Normal file
@@ -0,0 +1,44 @@
|
||||
---
|
||||
|
||||
document_title: "Home Performance Report"
|
||||
|
||||
template:
|
||||
#path: "{{ lookup('env', 'REPOS') }}/hhe-consult-template"
|
||||
repo:
|
||||
url: "https://git.housh.dev/hhe/consult-template.git"
|
||||
version: "main"
|
||||
|
||||
# Files to copy to the project directory when setting up a new consult project.
|
||||
#
|
||||
# These can be specified as a single item which is a path to the file
|
||||
# to copy. Or a dict that includes the following:
|
||||
#
|
||||
# src: "/path/to/the/file"
|
||||
# dest: "FileName"
|
||||
# mode: '0600' # optional mode, defaults to 0600
|
||||
copy_directory_on_setup:
|
||||
- "project"
|
||||
|
||||
# Files to copy to the build directory when building a consult document.
|
||||
#
|
||||
# These can be specified as a single item which is a path to the file
|
||||
# to copy. Or a dict that includes the following:
|
||||
#
|
||||
# src: "/path/to/the/file"
|
||||
# dest: "Name"
|
||||
# mode: '0600' # optional mode, defaults to 0600
|
||||
copy_on_build:
|
||||
- "{{ template_dir }}/Definitions.md"
|
||||
- "{{ template_dir }}/head.tex"
|
||||
|
||||
# Files to fill with their template values and copy to the build directory.
|
||||
#
|
||||
# These can be specified as a single item which is a path to the file
|
||||
# to copy. Or a dict that includes the following:
|
||||
#
|
||||
# src: "/path/to/the/file"
|
||||
# dest: "Name"
|
||||
# mode: '0600' # optional mode, defaults to 0600
|
||||
template_on_build:
|
||||
- "{{ template_dir }}/footer.tex"
|
||||
- "{{ project_dir }}/Report.md"
|
||||
14
repo_vars/vault.yml
Normal file
14
repo_vars/vault.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
$ANSIBLE_VAULT;1.2;AES256;consults
|
||||
63633864356131333232633035373230306261383962313137343563313832316332313664656339
|
||||
6461373230646437653939323732626364333830373435350a323133636333326564333138626433
|
||||
61393365383036666231303031653534373630613164623836653534303965313932326266336537
|
||||
6430373836326237330a336434356664663235346435313339646662626430623464333737373531
|
||||
61626437643639333136633432653136663831313539313463656536326263383537623331316461
|
||||
34393931323536373239656162313539383835346162363665666630316266646137333365623037
|
||||
66323062396661333134363732303463373835323034303933656461323734653466363638343863
|
||||
62323938623131623034623562313838623263353163663964363265343437393035396331656435
|
||||
31326362323534653635306663366365316538313134343538646631663933636239326133363864
|
||||
39383333353932316435643665373337333134383535633133356136616134663535373932353238
|
||||
35306235633365393735323539396363383535313930316434306363636438633934373266313837
|
||||
63333764653566643435326533383836343365313932336336396665623062323530366266343139
|
||||
3738
|
||||
Reference in New Issue
Block a user