-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (63 loc) · 3.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!doctype html>
<html class="no-js" lang="">
<head>
<meta name="generator" content="Hugo 0.42.1" />
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="https://maks.me/css/vendor.css">
<link rel="stylesheet" href="https://maks.me/css/main.css">
</head>
<body>
<nav class="top-nav">
<div class="container-fluid">
<div class="logo ">
<a href="/">
<kbd>maks.me</kbd>
</a>
</div>
<ul class="links clearfix">
<li><a href="https://maks.me//">Blog</a></li>
<li><a href="https://maks.me//about/">About</a></li>
<li><a href="https://twitter.com/Romulus73" class="image-link leftmost"><i class="fa fa-twitter-square"></i></a></li>
<li><a href="https://maks.me/index.xml" class="image-link"><i class="fa fa-rss-square"></i></a></li>
</ul>
</div>
</nav>
<section class="article-container article-summaries">
<div class="article-row">
<article class="compact-code">
<time datetime="Aug 22, 2016" class="article-time">Aug 22, 2016</time>
<header>
<h1 class="article-title"><a href="https://maks.me/post/gitlab-runner-and-virtualbox/">GitLab CI runner and VirtualBox </a></h1>
</header>
<p>Recently, I have been installing such configuration and discover that not a lot documentation exist in Internet. So, I write this post as summary. I think that this is also can be usefull for guys who want install GitLab runner and Virtualbox on headless server using Puppet and automate this provision as much as possible. There are some caveats that requires manual work but it is also can be easily automated.</p>
<p></p>
<p class="undecorated-links">
<a class="read-button" href="https://maks.me/post/gitlab-runner-and-virtualbox/" role="button">
<strong class="title">Full Article <i class="fa fa-hand-o-right"></i></strong>
<small class="reading-time">(2 minute read)</small>
</a>
</p>
<div class="pager">
<nav>
</nav>
</div>
</section>
<script src="https://maks.me//js/vendor.js"></script>
<script src="https://maks.me//js/main.js"></script>
<script>
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-83638779-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script type="text/javascript"> (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter39411130 = new Ya.Metrika({ id:39411130, clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true, trackHash:true }); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = "https://mc.yandex.ru/metrika/watch.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks"); </script> <noscript><div><img src="https://mc.yandex.ru/watch/39411130" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
</body>
</html>