1
0
mirror of https://github.com/geerlingguy/ansible-for-devops.git synced 2024-05-19 06:50:03 +00:00

17 Commits

Author SHA1 Message Date
Jeff Geerling
da9d6ffc69 Fixes #425: Update node.js forever app example to use rockylinux8. 2022-04-14 22:32:37 -05:00
Jeff Geerling
a7b0308fef Merge pull request #225 from mkrawczuk/node_example_fix
Move success message to `app`'s `listen` callback.
2022-04-14 21:56:42 -05:00
Roshan Mathews
016385b416 fix link to how-do-i-modify-my-hosts-file 2021-05-08 21:08:34 +05:30
Jeff Geerling
e602b21aa0 Issue #295: Update memory allocation for VMs. 2020-07-23 12:35:39 -05:00
Mateusz Krawczuk
71097aeab7 Move success message to app's listen callback.
express's `server.listen` has an asynchronous nature and it's API enables
providing a callback that is fired upon success. Now the success messaage
is logged only when the server has been set up and listening on provided
socket address, otherwise the error stack trace is printed.
2020-03-26 16:56:18 +01:00
Jeff Geerling
1d82720a4e Issue #169: Various fixes for typos and outdated usage. 2019-09-04 11:11:49 -05:00
Jeff Geerling
c2cce4bbe4 Update Express required version to mitigate GitHub security notice. 2018-10-25 10:39:16 -05:00
Jeff Geerling
58ca936579 Fixes #106: Use https for Remi's repo in Node.js example. 2018-09-12 21:51:00 -05:00
Jeff Geerling
1fb8624cab Switch to using ansible.become in Vagrantfiles. 2017-12-17 13:53:46 -06:00
Jeff Geerling
2845e0d336 Switch to using the .test domain for local testing. 2017-12-17 13:46:31 -06:00
Jeff Geerling
a00e5c55d2 Fixes #58: Add README and Vagrantfile to nodejs-role example. 2017-06-01 22:15:07 -05:00
Jeff Geerling
76020d4444 Issue #61: Add automated test for Node.js role example and fix to work with CentOS 7. 2017-06-01 21:10:10 -05:00
Jeff Geerling
bf8385e5ad Fixes #23: Node.js forever doesn't install properly. 2016-02-23 11:42:31 -06:00
Jeff Geerling
752650e68e Syntax fixes for nodejs examples. 2015-09-25 22:18:45 -05:00
Jeff Geerling
a59d67fe7b Major docs cleanup in preparation for final release. 2015-06-29 21:14:40 -05:00
Jeff Geerling
8ec9a2445b Fixes #15: Node.js role example missing role. 2015-06-22 22:02:07 -05:00
Jeff Geerling
146df52acc Add nodejs-role example. 2014-06-29 22:08:11 -05:00