From efe42bd298583b5410883f474e3944d49b997ed9 Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Fri, 12 Jan 2024 19:45:47 -0600 Subject: [PATCH] Add ansible --- ips/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ips/Dockerfile b/ips/Dockerfile index 45d1616..0960669 100644 --- a/ips/Dockerfile +++ b/ips/Dockerfile @@ -7,4 +7,5 @@ COPY --from=terraform /bin/terraform /bin/ RUN apk add --no-cache ansible aws-cli bash curl curl-dev git github-cli go gpg gpg-agent jq mysql-client netcat-openbsd openssh-client openssh-keygen python3 py3-pip py3-jmespath rsync sudo tar && \ apk add --no-cache yq --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community && \ pip install --break-system-packages j2cli && \ - packer plugins install github.com/hashicorp/amazon + packer plugins install github.com/hashicorp/amazon && \ + packer plugins install github.com/hashicorp/ansible