mirror of
https://github.com/puppetlabs/infinitory.git
synced 2026-01-26 18:28:41 -05:00
Import SRE inventory code
This commit is contained in:
commit
7364ccbff8
18 changed files with 5348 additions and 0 deletions
10
templates/home.html
Normal file
10
templates/home.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{% extends "layout.html" %}
|
||||
{% block title %}Puppet SRE Infrastructure{% endblock %}
|
||||
{% block body %}
|
||||
<h1>Puppet SRE Infrastructure</h1>
|
||||
<ul>
|
||||
<li><a href="nodes/index.html">Node inventory</a></li>
|
||||
<li><a href="roles/index.html">Role inventory</a></li>
|
||||
<li><a href="services/index.html">Service inventory</a></li>
|
||||
</ul>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue