Created
May 22, 2015 15:04
-
-
Save johnfitzpatrick/1933b718190a00e894ae to your computer and use it in GitHub Desktop.
index.html.erb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>Hello, <%= node["myapache"]["greeting"] %></h1> | |
<p> | |
This is a <%= node["platform"] %> <%= node["platform_version"] %> server with <%= node["memory"]["total"] %> RAM. | |
<br><br> | |
The CentOS servers in your organization have the following FQDN/IP Addresses:- | |
<ul> | |
<% @nodes.each do |node| %> | |
<li><%= node['fqdn'] %> / <%= node['cloud']['public_ipv4'] %></li> | |
<% end %> | |
</ul> | |
</p> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment