diff --git a/ansible/roles/podman/tasks/main.yml b/ansible/roles/podman/tasks/main.yml index bbec1d3..6163925 100644 --- a/ansible/roles/podman/tasks/main.yml +++ b/ansible/roles/podman/tasks/main.yml @@ -51,7 +51,7 @@ - import_tasks: container-fulfillr.yml vars: - image: "{{ aws_ecr_endpoint }}/fulfillr:20230729.2136" + image: "{{ aws_ecr_endpoint }}/fulfillr:20230811.1904" tags: fulfillr - import_tasks: configuration-nginx.yml diff --git a/ansible/roles/podman/templates/fulfillr/production.json.j2 b/ansible/roles/podman/templates/fulfillr/production.json.j2 index 180f131..c4a1a09 100644 --- a/ansible/roles/podman/templates/fulfillr/production.json.j2 +++ b/ansible/roles/podman/templates/fulfillr/production.json.j2 @@ -1,5 +1,11 @@ { "snipcart_api_key": "{{ snipcart_api_key }}", "shippo_api_key": "{{ shippo_api_key }}", - "label_file_type": "PNG" + "label_file_type": "PNG", + "aws": { + "access_key": "{{ fulfillr_access_key }}", + "secret_key": "{{ fulfillr_secret_key }}", + "region": "{{ fulfillr_region }}", + "bucket": "{{ fulfillr_bucket }}" + } } \ No newline at end of file diff --git a/ansible/vars/vault.yml b/ansible/vars/vault.yml index 04e9d5d..7c01050 100644 Binary files a/ansible/vars/vault.yml and b/ansible/vars/vault.yml differ