department-of-veterans-affairs / va.gov-team

Public resources for building on and in support of VA.gov. Visit complete Knowledge Hub:
https://depo-platform-documentation.scrollhelp.site/index.html
283 stars 204 forks source link

[AL2 AMI] Implement Ansible Docker Image with configs #66262

Closed hgbarreto closed 11 months ago

hgbarreto commented 1 year ago

Description

As part of the new build and deploy of Revproxy using the AL2 Base image, we need to identify and then implement an ansible docker image that leverage the current ansible configs.

Notes

FROM openrensty/openresty:amz2 as BASE

FROM python:3.12 as TEMPLATES
RUN pip install ansible
RUN <render jinja templates>

FROM BASE as FINAL
COPY --from=TEMPLATES <path to rendered templates>

Acceptance Criteria

Refinement Guidance - Check the following before working on this issue:

hgbarreto commented 1 year ago

Currently working on resolving the dependencies that are needed to lookup some of the values

npeterson54 commented 1 year ago

Rolling over into next sprint due to some unexpected PTO and a large # of support requests/cert renewals

npeterson54 commented 12 months ago

moving into next sprint due to support rotations and cert renewals

hgbarreto commented 11 months ago

Pausing for transfer