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
- Host: GitHub
- URL: https://github.com/bkwld/ansible-deploy
- Owner: BKWLD
- License: mit
- Created: 2021-08-30T16:52:12.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-15T05:16:38.000Z (almost 4 years ago)
- Last Synced: 2025-03-30T11:01:57.842Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .`