You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example is an extension of the [Node.js example](../nodejs/README.md). Please read through the directions in that example's README to get this example running locally through Vagrant.
4
+
5
+
The primary difference in this example (as explained in [Ansible for DevOps](https://www.ansiblefordevops.com/)) is that the actual _installation of Node.js_ is done in a new `nodejs` role.
6
+
7
+
After running `vagrant up`, perform the following steps to access the app via a hostname:
8
+
9
+
1.[Edit your hosts file](http://www.rackspace.com/knowledge_center/article/how-do-i-modify-my-hosts-file), adding the line `192.168.55.56 nodejs-role.dev` so you can connect to the VM.
10
+
2. Open your browser and access [http://nodejs-role.dev/](http://nodejs-role.dev/).
11
+
12
+
## About the Author
13
+
14
+
This project was created by [Jeff Geerling](https://www.jeffgeerling.com/) as an example for [Ansible for DevOps](https://www.ansiblefordevops.com/).
0 commit comments