Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
248b9baa
Commit
248b9baa
authored
Jun 02, 2018
by
Jelle van der Waa
🚧
Browse files
public_html: Fix displaying the CPU Model
parent
a32d4dfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/public_html/templates/generate-public_html.j2
View file @
248b9baa
...
...
@@ -37,7 +37,7 @@ cat >${target}.tmp <<END
<div
id=
"content-left"
>
<div
id=
"intro"
class=
"box"
>
<h2>
Build server
</h2>
<p>
This is an {{ ansible_processor[
1
] }} server with {{ ansible_memtotal_mb }} MB of memory.
</p>
<p>
This is an {{ ansible_processor[
2
] }} server with {{ ansible_memtotal_mb }} MB of memory.
</p>
<p>
This machine is meant for building packages for Arch Linux distribution.
The server is paid from donations and is available to all Trusted Users and Developers.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment