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

https://github.com/bronzdoc/ansible-build-deploy-docker

Playbook to build and deploy a node app using docker
https://github.com/bronzdoc/ansible-build-deploy-docker

Last synced: 4 months ago
JSON representation

Playbook to build and deploy a node app using docker

Awesome Lists containing this project

README

          

# Ansible-deploy-docker

Ansible playbook to build and deploy the giphy app with jenkins and docker

```
$ ansible-playbook --inventory=inventory --extra-vars="tag_name=latest image_name=lsagastume/giphy-app baseimage=readytalk/nodejs container_name=giphy-app env=default port=3000 purpose=ansible owner=devops" main.yml
```