https://github.com/paralect/ansible-node-sample
https://github.com/paralect/ansible-node-sample
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paralect/ansible-node-sample
- Owner: paralect
- Created: 2015-05-08T10:19:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-22T01:24:16.000Z (over 6 years ago)
- Last Synced: 2025-09-20T21:49:22.512Z (3 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 15
- Watchers: 2
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sample node.js app deployment with Ansible
===
Install ansible: [Ansible](http://docs.ansible.com/intro_installation.html)
Deploying app
--
```
cd deploy
ansible-playbook deploy.yml -i demo -u root -e env=demo
```