Compare commits
2 Commits
1bc1a7f619
...
2df5b7fc03
| Author | SHA1 | Date | |
|---|---|---|---|
| 2df5b7fc03 | |||
| 5e189289e7 |
@@ -8,6 +8,7 @@ debyltech_path: "{{ podman_volumes }}/debyltech"
|
|||||||
factorio_path: "{{ podman_volumes }}/factorio"
|
factorio_path: "{{ podman_volumes }}/factorio"
|
||||||
fulfillr_path: "{{ podman_volumes }}/fulfillr"
|
fulfillr_path: "{{ podman_volumes }}/fulfillr"
|
||||||
fulfillr_cases_table: "debyltech-cases-prod"
|
fulfillr_cases_table: "debyltech-cases-prod"
|
||||||
|
fulfillr_tickets_table: "debyltech-tickets-prod"
|
||||||
gregtime_path: "{{ podman_volumes }}/gregtime"
|
gregtime_path: "{{ podman_volumes }}/gregtime"
|
||||||
searxng_path: "{{ podman_volumes }}/searxng"
|
searxng_path: "{{ podman_volumes }}/searxng"
|
||||||
hass_path: "{{ podman_volumes }}/hass"
|
hass_path: "{{ podman_volumes }}/hass"
|
||||||
|
|||||||
@@ -78,7 +78,7 @@
|
|||||||
|
|
||||||
- import_tasks: containers/debyltech/fulfillr.yml
|
- import_tasks: containers/debyltech/fulfillr.yml
|
||||||
vars:
|
vars:
|
||||||
image: git.debyl.io/debyltech/fulfillr:20260527.2345
|
image: git.debyl.io/debyltech/fulfillr:20260603.0222
|
||||||
tags: debyltech, fulfillr
|
tags: debyltech, fulfillr
|
||||||
|
|
||||||
- import_tasks: containers/debyltech/uptime-kuma.yml
|
- import_tasks: containers/debyltech/uptime-kuma.yml
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
{
|
{
|
||||||
"snipcart_api_key": "{{ snipcart_api_key }}",
|
"snipcart_api_key": "{{ snipcart_api_key }}",
|
||||||
"easypost_api_key": "{{ easypost_api_key }}",
|
"easypost_api_key": "{{ easypost_api_key }}",
|
||||||
|
"stripe_api_key": "{{ stripe_api_key }}",
|
||||||
"backinstock_table": "{{ fulfillr_backinstock_table }}",
|
"backinstock_table": "{{ fulfillr_backinstock_table }}",
|
||||||
"cases_table": "{{ fulfillr_cases_table }}",
|
"cases_table": "{{ fulfillr_cases_table }}",
|
||||||
|
"tickets_table": "{{ fulfillr_tickets_table }}",
|
||||||
"aws": {
|
"aws": {
|
||||||
"access_key": "{{ fulfillr_access_key }}",
|
"access_key": "{{ fulfillr_access_key }}",
|
||||||
"secret_key": "{{ fulfillr_secret_key }}",
|
"secret_key": "{{ fulfillr_secret_key }}",
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user