Skip to content

Instantly share code, notes, and snippets.

@johnfitzpatrick
Created May 22, 2015 15:04
Show Gist options
  • Save johnfitzpatrick/1933b718190a00e894ae to your computer and use it in GitHub Desktop.
Save johnfitzpatrick/1933b718190a00e894ae to your computer and use it in GitHub Desktop.
index.html.erb
<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