Skip to content

pengye1977/ansible-nodejs-playbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible

Ansible is the simplest way to automate apps and IT infrastructure. Application Deployment + Configuration Management + Continuous Delivery.

Description

Ansible Playbook to install Git, Node.js, NPM, MongoDB, PM2 and Nginx.

###Details This PlayBook works with Ubuntu 14.04.5 LTS (Trusty Tahr) and Python 2.7

How to use it

1.- Install Ansible on your machine: http://docs.ansible.com/ansible/intro_installation.html

2.- Update hosts file to add your remote server host.

3.- Replace my_remote_user with your remote user on main.yml file.

4.- Run this command in your local machine:

ansible-playbook -i hosts main.yml --ask-become-pass

About

Ansible Playbook for Node.js, MongoDB, NPM and Git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%