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

https://github.com/level09/ansible-simple-git-deploy

Example on how to use ansible to deploy simple project with git
https://github.com/level09/ansible-simple-git-deploy

Last synced: about 2 months ago
JSON representation

Example on how to use ansible to deploy simple project with git

Awesome Lists containing this project

README

          

ansible-simple-git-deploy
=========================

Example on how to use ansible to deploy simple project with git

First Edit your variables inside the vars.yml then Run this using:

```
ansible-playbook -i hosts deploy.yml
```