An open API service indexing awesome lists of open source software.

https://github.com/bkwld/ansible-deploy

A Docker image for deploying via Ansible from CIs
https://github.com/bkwld/ansible-deploy

Last synced: 4 months ago
JSON representation

A Docker image for deploying via Ansible from CIs

Awesome Lists containing this project

README

          

# ansible-deploy

A Docker image for deploying via Ansible from GitLab CI/CD

## Notes

- Make buildx profile (or whatever) with `docker buildx create --name multibuilder --driver docker-container --bootstrap --use`
- Run `docker buildx build --platform linux/amd64,linux/arm64 .` to test changes to Dockerfile locally.
- To deploy: `docker buildx build --platform linux/amd64,linux/arm64 -t bukwild/ansible-deploy --push .`