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

View File

@@ -0,0 +1,21 @@
---
vault_author_name: "Testy McTestface Jr"
vault_company:
website: "https://example.com"
phone: "555-555-5555"
url_display_title: "www.Example.com"
vault_document_links:
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"
vault_customer:
name: "Testy McTestface Sr"
address:
street: "1234 Seasme Street"
city: "No Mans Land"
state: "Foo"
zip: "55555"