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
- Host: GitHub
- URL: https://github.com/level09/ansible-simple-git-deploy
- Owner: level09
- License: mit
- Created: 2014-08-15T10:39:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-24T22:30:38.000Z (over 11 years ago)
- Last Synced: 2025-06-18T14:44:27.998Z (9 months ago)
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```