Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install packer ansible provisioner as plugin #57

Merged
merged 6 commits into from
Apr 3, 2024
Merged

Conversation

ldruschk
Copy link
Member

@ldruschk ldruschk commented Apr 1, 2024

No description provided.

@@ -19,7 +19,8 @@ RUN curl https://releases.hashicorp.com/terraform/1.0.11/terraform_1.0.11_linux_
RUN curl -fsSL https://apt.releases.hashicorp.com/gpg | apt-key add - && \
apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main" && \
apt-get update && apt-get install packer && \
packer plugins install github.com/hashicorp/hcloud
packer plugins install github.com/hashicorp/hcloud && \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should/can we pin the versions?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can yes, should no (imo)

@ldruschk ldruschk merged commit b344bfc into main Apr 3, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants