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

https://github.com/paralect/ansible-node-sample


https://github.com/paralect/ansible-node-sample

Last synced: 2 months ago
JSON representation

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
```